Update short description for NetApp E-Series modules. (#45820) (#45864)

Update short description according to new standards
(cherry picked from commit 205693a3f9)
pull/45999/head
John R Barker 6 years ago committed by Alicia Cozine
parent 3d88063c40
commit f28abce4a2

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_amg module: netapp_e_amg
short_description: Create, Remove, and Update Asynchronous Mirror Groups short_description: NetApp E-Series create, remove, and update asynchronous mirror groups
description: description:
- Allows for the creation, removal and updating of Asynchronous Mirror Groups for NetApp E-series storage arrays - Allows for the creation, removal and updating of Asynchronous Mirror Groups for NetApp E-series storage arrays
version_added: '2.2' version_added: '2.2'

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_amg_role module: netapp_e_amg_role
short_description: Update the role of a storage array within an Asynchronous Mirror Group (AMG). short_description: NetApp E-Series update the role of a storage array within an Asynchronous Mirror Group (AMG).
description: description:
- Update a storage array to become the primary or secondary instance in an asynchronous mirror group - Update a storage array to become the primary or secondary instance in an asynchronous mirror group
version_added: '2.2' version_added: '2.2'

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_amg_sync module: netapp_e_amg_sync
short_description: Conduct synchronization actions on asynchronous mirror groups. short_description: NetApp E-Series conduct synchronization actions on asynchronous mirror groups.
description: description:
- Allows for the initialization, suspension and resumption of an asynchronous mirror group's synchronization for NetApp E-series storage arrays. - Allows for the initialization, suspension and resumption of an asynchronous mirror group's synchronization for NetApp E-series storage arrays.
version_added: '2.2' version_added: '2.2'

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_asup module: netapp_e_asup
short_description: manage E-Series auto-support settings short_description: NetApp E-Series manage auto-support settings
description: description:
- Allow the auto-support settings to be configured for an individual E-Series storage-system - Allow the auto-support settings to be configured for an individual E-Series storage-system
version_added: '2.7' version_added: '2.7'

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: netapp_e_auth module: netapp_e_auth
short_description: Sets or updates the password for a storage array. short_description: NetApp E-Series set or update the password for a storage array.
description: description:
- Sets or updates the password for a storage array. When the password is updated on the storage array, it must be updated on the SANtricity Web - Sets or updates the password for a storage array. When the password is updated on the storage array, it must be updated on the SANtricity Web
Services proxy. Note, all storage arrays do not have a Monitor or RO role. Services proxy. Note, all storage arrays do not have a Monitor or RO role.

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
module: netapp_e_facts module: netapp_e_facts
version_added: '2.2' version_added: '2.2'
short_description: Get facts about NetApp E-Series arrays short_description: NetApp E-Series retrieve facts about NetApp E-Series storage arrays
options: options:
api_username: api_username:
required: true required: true

@ -16,7 +16,7 @@ DOCUMENTATION = '''
module: netapp_e_flashcache module: netapp_e_flashcache
author: Kevin Hulquest (@hulquest) author: Kevin Hulquest (@hulquest)
version_added: '2.2' version_added: '2.2'
short_description: Manage NetApp SSD caches short_description: NetApp E-Series manage SSD caches
description: description:
- Create or remove SSD caches on a NetApp E-Series storage array. - Create or remove SSD caches on a NetApp E-Series storage array.
options: options:

@ -14,9 +14,8 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_host module: netapp_e_host
short_description: manage eseries hosts short_description: NetApp E-Series manage eseries hosts
description: description: Create, update, remove hosts on NetApp E-series storage arrays
- Create, update, remove hosts on NetApp E-series storage arrays
version_added: '2.2' version_added: '2.2'
author: Kevin Hulquest (@hulquest) author: Kevin Hulquest (@hulquest)
extends_documentation_fragment: extends_documentation_fragment:

@ -17,7 +17,7 @@ DOCUMENTATION = '''
--- ---
module: netapp_e_hostgroup module: netapp_e_hostgroup
version_added: "2.2" version_added: "2.2"
short_description: Manage NetApp Storage Array Host Groups short_description: NetApp E-Series manage array host groups
author: Kevin Hulquest (@hulquest) author: Kevin Hulquest (@hulquest)
description: description:
- Create, update or destroy host groups on a NetApp E-Series storage array. - Create, update or destroy host groups on a NetApp E-Series storage array.

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_snapshot_group module: netapp_e_snapshot_group
short_description: Manage snapshot groups short_description: NetApp E-Series manage snapshot groups
description: description:
- Create, update, delete snapshot groups for NetApp E-series storage arrays - Create, update, delete snapshot groups for NetApp E-series storage arrays
version_added: '2.2' version_added: '2.2'

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_snapshot_images module: netapp_e_snapshot_images
short_description: Create and delete snapshot images short_description: NetApp E-Series create and delete snapshot images
description: description:
- Create and delete snapshots images on snapshot groups for NetApp E-series storage arrays. - Create and delete snapshots images on snapshot groups for NetApp E-series storage arrays.
- Only the oldest snapshot image can be deleted so consistency is preserved. - Only the oldest snapshot image can be deleted so consistency is preserved.

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_snapshot_volume module: netapp_e_snapshot_volume
short_description: Manage E/EF-Series snapshot volumes. short_description: NetApp E-Series manage snapshot volumes.
description: description:
- Create, update, remove snapshot volumes for NetApp E/EF-Series storage arrays. - Create, update, remove snapshot volumes for NetApp E/EF-Series storage arrays.
version_added: '2.2' version_added: '2.2'

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
module: netapp_e_storage_system module: netapp_e_storage_system
version_added: "2.2" version_added: "2.2"
short_description: Add/remove arrays from the Web Services Proxy short_description: NetApp E-Series Web Services Proxy manage storage arrays
description: description:
- Manage the arrays accessible via a NetApp Web Services Proxy for NetApp E-series storage arrays. - Manage the arrays accessible via a NetApp Web Services Proxy for NetApp E-series storage arrays.
options: options:

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = ''' DOCUMENTATION = '''
--- ---
module: netapp_e_storagepool module: netapp_e_storagepool
short_description: Manage disk groups and disk pools short_description: NetApp E-Series manage disk groups and disk pools
version_added: '2.2' version_added: '2.2'
description: description:
- Create or remove disk groups and disk pools for NetApp E-series storage arrays. - Create or remove disk groups and disk pools for NetApp E-series storage arrays.

@ -15,7 +15,7 @@ DOCUMENTATION = '''
--- ---
module: netapp_e_volume module: netapp_e_volume
version_added: "2.2" version_added: "2.2"
short_description: Manage storage volumes (standard and thin) short_description: NetApp E-Series manage storage volumes (standard and thin)
description: description:
- Create or remove volumes (standard and thin) for NetApp E/EF-series storage arrays. - Create or remove volumes (standard and thin) for NetApp E/EF-series storage arrays.
extends_documentation_fragment: extends_documentation_fragment:

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = """ DOCUMENTATION = """
--- ---
module: netapp_e_volume_copy module: netapp_e_volume_copy
short_description: Create volume copy pairs short_description: NetApp E-Series create volume copy pairs
description: description:
- Create and delete snapshots images on volume groups for NetApp E-series storage arrays. - Create and delete snapshots images on volume groups for NetApp E-series storage arrays.
version_added: '2.2' version_added: '2.2'

Loading…
Cancel
Save