]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Update packages for CentOS 9
authorDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 18:52:12 +0000 (14:52 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 19:16:03 +0000 (15:16 -0400)
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 <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index 97a7b65eb71ac3f619811e7abc5bdb8a7f0a22d9..e883a03173e55979bee9cdbd9260e991e0203c36 100644 (file)
@@ -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