Skip to content
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.6-aarch64, tags: ['centos7.6-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.6-aarch64":
iso: http://vault.centos.org/altarch/7.6.1810/isos/aarch64/CentOS-7-aarch64-Everything-1810.iso
sha256: ad0a58bf7c2be9c27827560d3f04e11b83be65320fb9e52d9c4f71ee60a67a25
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