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 CentOS-7.7.1908-aarch64 to cobbler #543

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 @@ -32,6 +32,7 @@
- { role: cobbler_profile, distro_name: CentOS-7.7-x86_64, tags: ['centos7.7'] }
- { role: cobbler_profile, distro_name: CentOS-8.0-x86_64, tags: ['centos8.0'] }
- { role: cobbler_profile, distro_name: CentOS-8.1-x86_64, tags: ['centos8.1'] }
- { role: cobbler_profile, distro_name: CentOS-7.7-aarch64, tags: ['centos7.7-aarch64'] }
- { role: cobbler_profile, distro_name: CentOS-8.1-aarch64, tags: ['centos8.1-aarch64'] }
- { role: cobbler_profile, distro_name: Ubuntu-12.04-server-x86_64, tags: ['ubuntu-precise'] }
- { role: cobbler_profile, distro_name: Ubuntu-14.04-server-x86_64, tags: ['ubuntu-trusty'] }
Expand Down
5 changes: 5 additions & 0 deletions roles/cobbler_profile/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ distros:
iso: http://mirror.linux.duke.edu/pub/centos/8.1.1911/isos/x86_64/CentOS-8.1.1911-x86_64-dvd1.iso
sha256: 3ee3f4ea1538e026fff763e2b284a6f20b259d91d1ad5688f5783a67d279423b
kickstart: cephlab_rhel.ks
"CentOS-7.7-aarch64":
iso: https://mirrors.huaweicloud.com/centos-altarch/7.7.1908/isos/aarch64/CentOS-7-aarch64-Everything-1908.iso
sha256: 2b0c79d5fec09bf1b88782ac58c9c048cc988ffd884bcd59b6f7ba22c69203cb
kickstart: cephlab_rhel.ks
arch: aarch64
"CentOS-8.1-aarch64":
iso: http://mirror.linux.duke.edu/pub/centos/8/isos/aarch64/CentOS-8.1.1911-aarch64-dvd1.iso
sha256: 357f34e86a28c86aaf1661462ef41ec4cf5f58c120f46e66e1985a9f71c246e3
Expand Down