From fa5b59dcbcdff0d868aa9831751955c2312b3d1b Mon Sep 17 00:00:00 2001 From: David Galloway Date: Thu, 25 Aug 2022 14:52:12 -0400 Subject: [PATCH] cobbler: Update packages for CentOS 9 Do not install subscription-manager because it's not RHEL... Do install python3-pip so the container-host role can run during the post install trigger. Signed-off-by: David Galloway --- roles/cobbler/templates/snippets/cephlab_packages_rhel | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 97a7b65..e883a03 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -20,6 +20,10 @@ perl # Needed in RHEL9 but not CentOS9 NetworkManager-initscripts-updown #end if +# CentOS 9 Stream only packages +centos-gpg-keys +-subscription-manager +python3-pip #end if ## These packages are not available in CentOS 9 Stream #if int($distro_ver_major) < 9 -- 2.39.5