From fa713d63f78b774b967e75e4972ed885fb70f0a7 Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Mon, 30 May 2022 19:58:26 +0300 Subject: [PATCH] Adding rhel9 to sepia cobbler Signed-off-by: Adam Kraitman --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 2 ++ 2 files changed, 3 insertions(+) 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": -- 2.47.3