From 54d3dea10ecfa9072983fd69cd3d20256e5ff4b7 Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Tue, 3 Mar 2020 18:22:02 +0200 Subject: [PATCH] Adding CentOS-8.1.1911-aarch64 to cobbler Signed-off-by: Adam Kraitman --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index b2817b5..ee316e9 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -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-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'] } - { role: cobbler_profile, distro_name: Ubuntu-15.04-server-x86_64, tags: ['ubuntu-vivid'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index f64a2b1..40a7ad0 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -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-8.1-aarch64": + iso: http://mirror.linux.duke.edu/pub/centos/8/isos/aarch64/CentOS-8.1.1911-aarch64-dvd1.iso + sha256: 357f34e86a28c86aaf1661462ef41ec4cf5f58c120f46e66e1985a9f71c246e3 + kickstart: cephlab_rhel.ks + arch: aarch64 "Ubuntu-12.04-server-x86_64": iso: "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso" sha256: af224223de99e2a730b67d7785b657f549be0d63221188e105445f75fb8305c9 -- 2.39.5