You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Up until very recently (like, moments ago), the ovirt4.py inventory script in Ansible (which we vendor in AWX) didn't work when run under python3 (meaning these inventory updates would fail in certain distributions that ship py3 by default, like RHEL8)
Due to a bug in the ovirt4.py inventory script, Inventory Syncs would fail if any VMs managed by the Ovirt/RHV manager were powered off.
ryanpetrello
changed the title
oVirt4 integration is broken with recent AWX versions with Ansible 2.8
ovirt4 integration is broken with recent AWX versions with Ansible 2.8
Jun 21, 2019
Also, inventory syncs would fail if any VMs managed by the Ovirt/RHV manager were powered off. Slightly different issue, but same resolution.
ryanpetrello
changed the title
ovirt4 integration is broken with recent AWX versions with Ansible 2.8
ovirt4 integration is broken in recent AWX versions with Ansible 2.8
Jun 21, 2019
ISSUE TYPE
SUMMARY
Two problems:
Up until very recently (like, moments ago), the
ovirt4.py
inventory script in Ansible (which we vendor in AWX) didn't work when run under python3 (meaning these inventory updates would fail in certain distributions that ship py3 by default, like RHEL8)Due to a bug in the
ovirt4.py
inventory script, Inventory Syncs would fail if any VMs managed by the Ovirt/RHV manager were powered off.In Ansible 2.8, the
ovirt
modules now require>= ovirtsdk4 version 4.3.0
(see Ovirt engine sdk in tower venv is too old for installed ansible in openshift image #4030, ansible/ansible@bfc6a2a)We should:
ovirt4.py
script from Ansible 2.9dev (PR: Updated ovirt4 dynamic inventory script. #4083)ovirt-engine-sdk-python
in ourrequirements.txt
The text was updated successfully, but these errors were encountered: