mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-25 14:20:22 -07:00
Deprecated Old NetApp Cdot Modules (#43781)
* MVP2 Post ElementSW OSRB sync * Revert "MVP2 Post ElementSW OSRB sync" This reverts commit c13db2ad962cd56bffce052c2891c558a2240c72. Undoing bad push * move deprecated files * add documentation * add new line * Fix version issue * fix issue with ignore file, hopefully * Add ontap modules to porting guide * fix refs * add _module to ref
This commit is contained in:
parent
d8d366ef37
commit
9dceca8a88
10 changed files with 63 additions and 15 deletions
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_aggregate) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy aggregates on NetApp cDOT.
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_license) instead.
|
||||
|
||||
description:
|
||||
- Add or remove licenses on NetApp ONTAP.
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_lun) instead.
|
||||
|
||||
description:
|
||||
- Create, destroy, resize luns on NetApp cDOT.
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_qtree) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy Qtrees.
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_svm) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy svm on NetApp cDOT
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_user) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy users.
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_user_role) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy user roles
|
||||
|
|
@ -8,7 +8,7 @@ __metaclass__ = type
|
|||
|
||||
|
||||
ANSIBLE_METADATA = {'metadata_version': '1.1',
|
||||
'status': ['preview'],
|
||||
'status': ['deprecated'],
|
||||
'supported_by': 'community'}
|
||||
|
||||
|
||||
|
@ -22,6 +22,11 @@ extends_documentation_fragment:
|
|||
version_added: '2.3'
|
||||
author: Sumit Kumar (sumit4@netapp.com)
|
||||
|
||||
deprecated:
|
||||
removed_in: '2.11'
|
||||
why: Updated modules released with increased functionality
|
||||
alternative: Use M(na_ontap_volume) instead.
|
||||
|
||||
description:
|
||||
- Create or destroy volumes on NetApp cDOT
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue