]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Packages for CentOS9 Stream only
authorDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 13:33:45 +0000 (09:33 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Thu, 25 Aug 2022 16:36:36 +0000 (12:36 -0400)
Do not install subscription-manager (because why?)
Install centos-gpg-keys so repo files in the cephlab_centos9_repos snippet can be used

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index 97a7b65eb71ac3f619811e7abc5bdb8a7f0a22d9..1b8ef8e24abab5e79180b4901994821bede26f43 100644 (file)
@@ -20,6 +20,9 @@ perl
 # Needed in RHEL9 but not CentOS9
 NetworkManager-initscripts-updown
 #end if
+# CentOS 9 Stream only packages
+centos-gpg-keys
+-subscription-manager
 #end if
 ## These packages are not available in CentOS 9 Stream
 #if int($distro_ver_major) < 9