mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
Clean up deprecations (#504)
* Adjust deprecation versions. * Remove redirects that are already made in ansible/ansible's ansible_builtin_runtime.yml * Remove modules that were moved to the google.cloud collection according to ansible/ansible's ansible_builtin_runtime.yml. * The _info module is in google.cloud. * The gcp doc_fragment is a copy of the one in google.cloud and is only used by one lookup. Mark as deprecated/internal. * Remove entries of modules that no longer exist. * Update ignore.txt. * Try to fix test. * Remove debug output.
This commit is contained in:
parent
5324b98e8f
commit
b54ddaa28c
152 changed files with 647 additions and 2628 deletions
|
@ -1 +0,0 @@
|
|||
gluster_heal_info.py
|
|
@ -163,7 +163,8 @@ def main():
|
|||
is_old_facts = module._name in ('gluster_heal_facts', 'community.general.gluster_heal_facts')
|
||||
if is_old_facts:
|
||||
module.deprecate("The 'gluster_heal_facts' module has been renamed to 'gluster_heal_info', "
|
||||
"and the renamed one no longer returns ansible_facts", version='2.13')
|
||||
"and the renamed one no longer returns ansible_facts",
|
||||
version='3.0.0', collection_name='community.general') # was Ansible 2.13
|
||||
|
||||
glusterbin = module.get_bin_path('gluster', True)
|
||||
required_version = "3.2"
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_aggregate) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_license) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_lun) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_qtree) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_svm) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_user) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_user_role) instead.
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ extends_documentation_fragment:
|
|||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_volume) instead.
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ __metaclass__ = type
|
|||
DOCUMENTATION = '''
|
||||
module: na_ontap_gather_facts
|
||||
deprecated:
|
||||
removed_in: '2.13'
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favour of C(_info) module.
|
||||
alternative: Use M(na_ontap_info) instead.
|
||||
author: Piotr Olczak (@dprts) <polczak@redhat.com>
|
||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
|||
|
||||
module: sf_account_manager
|
||||
deprecated:
|
||||
removed_in: "2.11"
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: This Module has been replaced
|
||||
alternative: please use M(na_elementsw_account)
|
||||
short_description: Manage SolidFire accounts
|
||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
|||
|
||||
module: sf_check_connections
|
||||
deprecated:
|
||||
removed_in: "2.11"
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: This Module has been replaced
|
||||
alternative: please use M(na_elementsw_check_connections)
|
||||
short_description: Check connectivity to MVIP and SVIP.
|
||||
|
|
|
@ -10,7 +10,7 @@ DOCUMENTATION = '''
|
|||
|
||||
module: sf_snapshot_schedule_manager
|
||||
deprecated:
|
||||
removed_in: "2.11"
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: This Module has been replaced
|
||||
alternative: please use M(na_elementsw_snapshot_schedule)
|
||||
short_description: Manage SolidFire snapshot schedules
|
||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
|||
|
||||
module: sf_volume_access_group_manager
|
||||
deprecated:
|
||||
removed_in: "2.11"
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: This Module has been replaced
|
||||
alternative: please use M(na_elementsw_access_group)
|
||||
short_description: Manage SolidFire Volume Access Groups
|
||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = '''
|
|||
|
||||
module: sf_volume_manager
|
||||
deprecated:
|
||||
removed_in: "2.11"
|
||||
removed_in: 2.0.0 # was Ansible 2.11
|
||||
why: This Module has been replaced
|
||||
alternative: please use M(na_elementsw_volume)
|
||||
short_description: Manage SolidFire volumes
|
||||
|
|
|
@ -11,7 +11,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: purefa_facts
|
||||
deprecated:
|
||||
removed_in: '2.13'
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favor of C(_info) module.
|
||||
alternative: Use M(purefa_info) instead.
|
||||
short_description: Collect facts from Pure Storage FlashArray
|
||||
|
|
|
@ -12,7 +12,7 @@ DOCUMENTATION = r'''
|
|||
---
|
||||
module: purefb_facts
|
||||
deprecated:
|
||||
removed_in: '2.13'
|
||||
removed_in: 3.0.0 # was Ansible 2.13
|
||||
why: Deprecated in favor of C(_info) module.
|
||||
alternative: Use M(purefb_info) instead.
|
||||
short_description: Collect facts from Pure Storage FlashBlade
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue