Un-remove wrongly removed ovirt modules and adjust deprecation to Ansible 2.14 (#353)

* Un-remove wrongly removed ovirt modules and adjust deprecation to Ansible 2.14 (regular 4 version deprecation cycle).

* Update sanity-2.10.txt

* Vendor dependencies from ovirt.ovirt as deprecated, and remove dependency on ovirt.ovirt.

* Use ovirt_facts doc_fragment, and don't add _ovirt_info doc_fragment.
This commit is contained in:
Felix Fontein 2020-05-18 21:43:50 +02:00 committed by GitHub
commit a0a534508a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
30 changed files with 1050 additions and 129 deletions

View file

@ -75,7 +75,6 @@ retry ansible-galaxy -vvv collection install community.crypto
retry git clone https://github.com/ansible-collections/community.internal_test_tools.git "${ANSIBLE_COLLECTIONS_PATHS}/ansible_collections/community/internal_test_tools"
retry ansible-galaxy -vvv collection install community.kubernetes
retry ansible-galaxy -vvv collection install google.cloud
retry ansible-galaxy -vvv collection install ovirt.ovirt
# END: HACK