From 660b3cd2602504fe9b2889bea817a9c6d516844e Mon Sep 17 00:00:00 2001 From: Adam Kraitman Date: Thu, 13 Feb 2025 18:21:40 +0200 Subject: [PATCH] Adding Rocky 9.5 to sepia cobbler Signed-off-by: Adam Kraitman --- cobbler.yml | 1 + roles/cobbler_profile/defaults/main.yml | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/cobbler.yml b/cobbler.yml index 5c7221a8..f0b2709d 100644 --- a/cobbler.yml +++ b/cobbler.yml @@ -49,6 +49,7 @@ - { role: cobbler_profile, distro_name: CentOS-8.5-x86_64, tags: ['centos8.5'] } - { role: cobbler_profile, distro_name: CentOS-8.stream-x86_64, tags: ['centos8.stream'] } - { role: cobbler_profile, distro_name: CentOS-9.stream-x86_64, tags: ['centos9.stream'] } + - { role: cobbler_profile, distro_name: Rocky-9.5-x86_64, tags: ['rocky9.5'] } - { 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 a57528f9..02c14b8f 100644 --- a/roles/cobbler_profile/defaults/main.yml +++ b/roles/cobbler_profile/defaults/main.yml @@ -141,6 +141,10 @@ distros: iso: https://mirror.cs.pitt.edu/centos-vault/8.5.2111/isos/x86_64/CentOS-8.5.2111-x86_64-dvd1.iso sha256: 3b795863001461d4f670b0dedd02d25296b6d64683faceb8f2b60c53ac5ebb3e kickstart: cephlab_rhel.ks + "Rocky-9.5-x86_64": + iso: https://download.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9.5-x86_64-dvd.iso + sha256: ba60c3653640b5747610ddfb4d09520529bef2d1d83c1feb86b0c84dff31e04e + 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 -- 2.47.3