From ee78c81a374721251203db7e8b76a459352e88dc Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Mon, 15 Nov 2021 15:11:14 +0200 Subject: [PATCH] Adding rhel8.5 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 fcd7fba..89d5571 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -23,6 +23,7 @@ - { role: cobbler_profile, distro_name: RHEL-8.2-Server-x86_64, tags: ['rhel8.2'] } - { 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: 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 9918a87..9eb70aa 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -44,6 +44,8 @@ distros: iso: "" "RHEL-8.4-Server-x86_64": iso: "" + "RHEL-8.5-Server-x86_64": + iso: "" "CentOS-8.stream-x86_64": iso: "" "CentOS-9.stream-x86_64": -- 2.39.5