From: Adam Kraitman Date: Mon, 30 May 2022 16:58:26 +0000 (+0300) Subject: Adding rhel9 to sepia cobbler X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=fa713d63f78b774b967e75e4972ed885fb70f0a7;p=ceph-cm-ansible.git Adding rhel9 to sepia cobbler Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index 89d5571..45ead6f 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -24,6 +24,7 @@ - { role: cobbler_profile, distro_name: RHEL-8.3-Server-x86_64, tags: ['rhel8.3'] } - { role: cobbler_profile, distro_name: RHEL-8.4-Server-x86_64, tags: ['rhel8.4'] } - { role: cobbler_profile, distro_name: RHEL-8.5-Server-x86_64, tags: ['rhel8.5'] } + - { role: cobbler_profile, distro_name: RHEL-9.0-Server-x86_64, tags: ['rhel9.0'] } - { role: cobbler_profile, distro_name: Fedora-22-Server-x86_64, tags: ['fedora22'] } - { role: cobbler_profile, distro_name: Fedora-31-Server-x86_64, tags: ['fedora31'] } - { role: cobbler_profile, distro_name: CentOS-6.7-x86_64, tags: ['centos6.7'] } diff --git a/roles/cobbler_profile/defaults/main.yml b/roles/cobbler_profile/defaults/main.yml index b467ea4..a79326c 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -46,6 +46,8 @@ distros: iso: "" "RHEL-8.5-Server-x86_64": iso: "" + "RHEL-9.0-Server-x86_64": + iso: "" "CentOS-8.stream-x86_64": iso: "" "CentOS-9.stream-x86_64":