]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Forget about server groupname and just install python3
authorDavid Galloway <dgallowa@redhat.com>
Tue, 25 Feb 2020 15:43:16 +0000 (10:43 -0500)
committerDavid Galloway <dgallowa@redhat.com>
Tue, 25 Feb 2020 15:44:55 +0000 (10:44 -0500)
Let's just hope the basic packages we'd need to at least get ceph-cm-ansible running exist in the base Fedora 31 DVD image.

We can't figure out the @base -> @infrastructure-server-environment -> @???? group name progression/changes so forget it.

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

index e9391e10a43f5a3f7f9f45e00655f83c36336a60..1b55fa93b80b9b3c0121c58e6be672598bf159b1 100644 (file)
@@ -5,7 +5,7 @@
 #if $distro == 'Fedora' and int($distro_ver) >= 22 and int($distro_ver) < 31
 @^infrastructure-server-environment
 #else if $distro == 'Fedora' and int($distro_ver) >= 31
-@^infrastructure-server
+## We can't figure out what the new server group name is in F31 but we do need python3 so...
 python3
 #else
 @base