From: David Galloway Date: Thu, 25 Aug 2022 18:52:12 +0000 (-0400) Subject: cobbler: Update packages for CentOS 9 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fa5b59dcbcdff0d868aa9831751955c2312b3d1b;p=ceph-cm-ansible.git 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 --- diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index 97a7b65e..e883a031 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