From: Adam Kraitman Date: Sun, 25 Oct 2020 18:20:47 +0000 (+0200) Subject: Adding RHEL7.9 and Centos8.2 to Sepia & Octo X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5bc21a855ae61107b2b55db0df73bfe096b232f4;p=ceph-cm-ansible.git Adding RHEL7.9 and Centos8.2 to Sepia & Octo Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index df4eebb4..cb600242 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -17,6 +17,7 @@ - { role: cobbler_profile, distro_name: RHEL-7.6-Server-x86_64, tags: ['rhel7.6'] } - { role: cobbler_profile, distro_name: RHEL-7.7-Server-x86_64, tags: ['rhel7.7'] } - { role: cobbler_profile, distro_name: RHEL-7.8-Server-x86_64, tags: ['rhel7.8'] } + - { role: cobbler_profile, distro_name: RHEL-7.9-Server-x86_64, tags: ['rhel7.9'] } - { role: cobbler_profile, distro_name: RHEL-8.0-Server-x86_64, tags: ['rhel8.0'] } - { role: cobbler_profile, distro_name: RHEL-8.1-Server-x86_64, tags: ['rhel8.1'] } - { role: cobbler_profile, distro_name: RHEL-8.2-Server-x86_64, tags: ['rhel8.2'] } @@ -35,6 +36,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: CentOS-8.2-x86_64, tags: ['centos8.2'] } - { 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 f6bf8637..a58ee10a 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -32,6 +32,8 @@ distros: iso: "" "RHEL-7.8-Server-x86_64": iso: "" + "RHEL-7.9-Server-x86_64": + iso: "" "RHEL-8.0-Server-x86_64": iso: "" "RHEL-8.1-Server-x86_64": @@ -100,6 +102,10 @@ distros: sha256: 357f34e86a28c86aaf1661462ef41ec4cf5f58c120f46e66e1985a9f71c246e3 kickstart: cephlab_rhel.ks arch: aarch64 + "CentOS-8.2-x86_64": + iso: http://ftp.linux.ncsu.edu/pub/CentOS/8.2.2004/isos/x86_64/CentOS-8.2.2004-x86_64-dvd1.iso + sha256: c87a2d81d67bbaeaf646aea5bedd70990078ec252fc52f5a7d65ff609871e255 + kickstart: cephlab_rhel.ks "Ubuntu-12.04-server-x86_64": iso: "http://releases.ubuntu.com/12.04/ubuntu-12.04.5-server-amd64.iso" sha256: af224223de99e2a730b67d7785b657f549be0d63221188e105445f75fb8305c9