From: Dan Mick Date: Sat, 7 Sep 2024 01:39:30 +0000 (-0700) Subject: roles/cobbler/templates/snippets/cephlab_packages_rhel: add dbus pkgs X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=054f32846c1cad7f0dcb990628a7e7d145b25727;p=ceph-cm-ansible.git roles/cobbler/templates/snippets/cephlab_packages_rhel: add dbus pkgs 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 --- diff --git a/roles/cobbler/templates/snippets/cephlab_packages_rhel b/roles/cobbler/templates/snippets/cephlab_packages_rhel index cc1e626..e83fabf 100644 --- a/roles/cobbler/templates/snippets/cephlab_packages_rhel +++ b/roles/cobbler/templates/snippets/cephlab_packages_rhel @@ -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