Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding Ubuntu-18.04-aarch64 to cobbler #545

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions cobbler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
- { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] }
- { role: cobbler_profile, distro_name: Ubuntu-16.04-server-x86_64, tags: ['ubuntu-xenial'] }
- { role: cobbler_profile, distro_name: Ubuntu-18.04-server-x86_64, tags: ['ubuntu-bionic'] }
- { role: cobbler_profile, distro_name: Ubuntu-18.04-server-aarch64, tags: ['ubuntu-bionic-aarch64'] }
- { role: cobbler_profile, distro_name: openSUSE-15.0-x86_64, tags: ['opensuse-15.0'] }
- { role: cobbler_profile, distro_name: openSUSE-15.1-x86_64, tags: ['opensuse-15.1'] }
- { role: cobbler_profile, distro_name: openSUSE-15.2-x86_64, tags: ['opensuse-15.2'] }
Expand Down
6 changes: 6 additions & 0 deletions roles/cobbler_profile/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,12 @@ distros:
kickstart: cephlab_ubuntu.preseed
kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true"
kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"
"Ubuntu-18.04-server-aarch64":
iso: "https://mirrors.huaweicloud.com/ubuntu-cdimage/ubuntu/releases/18.04/release/ubuntu-18.04.4-server-arm64.iso"
sha256: 8eb3c1866ca3b68e4cd22ec9d7c02f97f4d2b3713447370f3c252a4189116824
kickstart: cephlab_ubuntu.preseed
kernel_options: "netcfg/choose_interface=auto console=tty0 console=ttyS1,115200 GRUB_DISABLE_OS_PROBER=true"
kernel_options_post: "pci=realloc=off console=tty0 console=ttyS1,115200"
"openSUSE-15.0-x86_64":
iso: "https://download.opensuse.org/distribution/leap/15.0/iso/openSUSE-Leap-15.0-DVD-x86_64.iso"
sha256: c477428c7830ca76762d2f78603e13067c33952b936ff100189523e1fabe5a77
Expand Down