tcib: clean up cinder packages

Prune the list of tcib_packages for cinder services by removing entries
that are already pulled in by other package dependencies.

For the cinder-volume service, the python3-cinderlib package is retained
not because it's required, but because it can be useful in debug
sitations.

Change-Id: Ifa0842a6e19eedd49b6b76ab87801c9694486303
This commit is contained in:
Alan Bishop 2021-06-15 11:38:27 -07:00
parent d694d7e4e2
commit bc50c25459
3 changed files with 0 additions and 14 deletions

View File

@ -4,10 +4,7 @@ tcib_actions:
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/cinder-backup /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
common:
- libqb
- nfs-utils
- pacemaker
- pacemaker-remote
- pcs
- resource-agents
tcib_user: cinder

View File

@ -4,8 +4,4 @@ tcib_actions:
tcib_packages:
common:
- ceph-common
- cryptsetup
- lvm2
- openstack-cinder
- python3-automaton
- python3-oslo-vmware

View File

@ -7,15 +7,8 @@ tcib_actions:
tcib_gather_files: '{{ lookup(''fileglob'', ''/usr/share/tripleo-common/container-images/kolla/cinder-volume/*'', wantlist=True) }}'
tcib_packages:
common:
- libqb
- nfs-utils
- nvmetcli
- pacemaker
- pacemaker-remote
- pcs
- python3-cinderlib
- python3-rtslib
- resource-agents
- sysfsutils
- targetcli
tcib_user: cinder