Bootstrap-server misses dbus

Bug #2021585 reported by Stefan
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
kolla-ansible
New
Undecided
Unassigned

Bug Description

Tested on Debian11, 2023.1 and master branch.

kolla-ansible/ansible/module_utils/kolla_systemd_worker.py has uses import dbus, but this package by default is missing on debian. It causes issues with prechecks and deployment itself.

My workaround was installing (via apt) python3-dbus package on all target hosts. It could be done by bootstrap-servers command.

Revision history for this message
Rusty Chapin (rustychapin78) wrote :

In order to resolve this issue I had to install the following additional packages via apt:

  libglib2.0-dev
  libdbus-1-dev
  pkg-config
  cmake

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.