From: Adam Kraitman Date: Mon, 30 May 2022 16:58:26 +0000 (+0300) Subject: Adding rhel9 to sepia cobbler X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F680%2Fhead;p=ceph-cm-ansible.git Adding rhel9 to sepia cobbler Signed-off-by: Adam Kraitman --- diff --git a/cobbler.yml b/cobbler.yml index 89d55716..45ead6fa 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 b467ea4b..a79326c9 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":