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
parent dee1e71796
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

@ -13,9 +13,9 @@ author:
- Vincent Van der Kussen (@vincentvdk)
short_description: oVirt/RHEV platform management
deprecated:
removed_in: "2.10"
removed_in: "2.14"
why: This module is for deprecated version of ovirt.
alternative: Use M(ovirt_vm) instead
alternative: Use C(ovirt_vm) from the C(ovirt.ovirt) collection instead
description:
- This module only supports oVirt/RHEV version 3. A newer module M(ovirt_vm) supports oVirt/RHV version 4.
- Allows you to create new instances, either from scratch or an image, in addition to deleting or stopping instances on the oVirt/RHEV platform.
@ -468,4 +468,4 @@ def main():
if __name__ == '__main__':
removed_module("2.10")
main()