mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-24 22:00: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
|
@ -136,8 +136,16 @@ The following modules no longer exist:
|
|||
Deprecation notices
|
||||
-------------------
|
||||
|
||||
The following modules will be removed in Ansible 2.10. Please update your playbooks accordingly.
|
||||
The following modules will be removed in Ansible 2.11. Please update your playbooks accordingly.
|
||||
|
||||
* ``na_cdot_aggregate`` use :ref:`na_ontap_aggregate <na_ontap_aggregate_module>` instead.
|
||||
* ``na_cdot_license`` use :ref:`na_ontap_license <na_ontap_license_module>` instead.
|
||||
* ``na_cdot_lun`` use :ref:`na_ontap_lun <na_ontap_lun_module>` instead.
|
||||
* ``na_cdot_qtree`` use :ref:`na_ontap_qtree <na_ontap_qtree_module>` instead.
|
||||
* ``na_cdot_svm`` use :ref:`na_ontap_svm <na_ontap_svm_module>` instead.
|
||||
* ``na_cdot_user`` use :ref:`na_ontap_user <na_ontap_user_module>` instead.
|
||||
* ``na_cdot_user_role`` use :ref:`na_ontap_user_role <na_ontap_user_role_module>` instead.
|
||||
* ``na_cdot_volume`` use :ref:`na_ontap_volume <na_ontap_volume_module>` instead.
|
||||
|
||||
Noteworthy module changes
|
||||
-------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue