mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-30 21:09:09 -07:00
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:
parent
dee1e71796
commit
a0a534508a
30 changed files with 1050 additions and 129 deletions
|
@ -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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue