Remove rhel specific packages for ironic-conductor

The ovirt driver which requires python-ovirt-engine-sdk4 is one of
the staging drivers, and it has been explicitly unsupported for a few
releases now, so it is removed in this change.

The python3dist\(ansible\) package is the old way of installing
ansible, and enables the ansible deploy driver. However this
driver has never been considered supported, so rather than correct the
package name, it is removed in this change.

Change-Id: I415e701b9fdd533299b343891cef920290f4d7a6
This commit is contained in:
Steve Baker 2022-02-02 11:23:20 +13:00
parent 8b0e02058f
commit 60b48b2eb7
1 changed files with 0 additions and 4 deletions

View File

@ -1,5 +1,4 @@
tcib_actions:
- run: if [ "{{ tcib_distro }}" == "rhel" ]; then dnf -y install {{ tcib_packages['rhel'] | join(' ') }}; fi
- run: dnf -y install {{ tcib_packages['common'] | join(' ') }} && dnf clean all && rm -rf /var/cache/dnf
- run: ln -s /usr/share/openstack-tripleo-common/healthcheck/ironic-conductor /openstack/healthcheck && chmod a+rx /openstack/healthcheck
tcib_packages:
@ -24,7 +23,4 @@ tcib_packages:
- qemu-img
- util-linux
- xfsprogs
rhel:
- python-ovirt-engine-sdk4
- python3dist\(ansible\)
tcib_user: ironic