Closed machacekondra closed 4 years ago
cc @joshainglis @karmab @mwperina click here for bot help
!component =contrib/inventory/ovirt.py
Thank you very much for your interest in Ansible. Ansible has migrated much of the content into separate repositories to allow for more rapid, independent development. We are closing this issue/PR because this content has been moved to one or more collection repositories.
For further information, please see: https://github.com/ansible/ansibullbot/blob/master/docs/collection_migration.md
ISSUE TYPE
COMPONENT NAME
contrib/inventory/ovirt.py
ANSIBLE VERSION
SUMMARY
Currently the
./contrib/inventory/ovirt4.py
dynamic inventory script executes all request to the oVirt API synchronously, which cause the script to be slow in systems with many VMs with many disks/nics.This issue is asking for an async method to fetch the information about VMs. Python SDK support async requests since 4.1.4, so we must request that version of Python SDK.