]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
roles/cobbler/templates/snippets/cephlab_packages_rhel: add dbus pkgs 758/head
authorDan Mick <dmick@redhat.com>
Sat, 7 Sep 2024 01:39:30 +0000 (18:39 -0700)
committerDan Mick <dmick@redhat.com>
Sat, 7 Sep 2024 01:39:30 +0000 (18:39 -0700)
FOG capture requires dbus-uuidgen (in dbus-tools) and the presence of
/var/lib/dbus (from dbus-daemon) to do the bug-avoidance dance for
Satellite.  It's not clear that bug-avoidance dance is still necessary,
but this is the minimal-investigation minimal-touch change to make the
capture process work.

Signed-off-by: Dan Mick <dmick@redhat.com>
roles/cobbler/templates/snippets/cephlab_packages_rhel

index cc1e626cf5bbabb599e3567ec98569a46309b4a2..e83fabf4c3d040a805c1d926e8e0b5c6017738a4 100644 (file)
@@ -19,6 +19,8 @@ perl
 #if $distro == 'RHEL'
 # Needed in RHEL9 but not CentOS9
 NetworkManager-initscripts-updown
+dbus-tools
+dbus-daemon
 #end if
 #if $distro == 'CentOS'
 # CentOS 9 Stream only packages