mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-03 06:49:10 -07:00
Fix imports, part 2 (#42)
* Recover missing netapp.ontap module doc fragments from ansible/ansible@pre-ansible-base. * Fix PEP8 issues. * Remove netbox empty files, and test which shouldn't be here. * Add forgotten file for kubevirt tests. * Fix unit test imports. * ansible/ansible#68415 has been fixed. * Clean up/rearrange imports. * Update ignore.txt, fix boilerplate. * Netapp docs fragment: fix spacing * Forgot to adjust kubevirt tests.
This commit is contained in:
parent
25394eeafb
commit
07ecfc940c
118 changed files with 486 additions and 423 deletions
|
@ -79,7 +79,7 @@ RETURN = '''
|
|||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.community.general.plugins.module_utils.ibm_sa_utils import (execute_pyxcli_command, connect_ssl,
|
||||
spectrum_accelerate_spec, is_pyxcli_installed)
|
||||
spectrum_accelerate_spec, is_pyxcli_installed)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
@ -94,7 +94,7 @@ RETURN = '''
|
|||
|
||||
from ansible.module_utils.basic import AnsibleModule
|
||||
from ansible_collections.community.general.plugins.module_utils.ibm_sa_utils import (execute_pyxcli_command,
|
||||
connect_ssl, spectrum_accelerate_spec, is_pyxcli_installed)
|
||||
connect_ssl, spectrum_accelerate_spec, is_pyxcli_installed)
|
||||
|
||||
|
||||
def main():
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_aggregate
|
|||
|
||||
short_description: Manage NetApp cDOT aggregates.
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_license
|
|||
|
||||
short_description: Manage NetApp cDOT protocol and feature licenses
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_lun
|
|||
|
||||
short_description: Manage NetApp cDOT luns
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_qtree
|
|||
|
||||
short_description: Manage qtrees
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_svm
|
|||
|
||||
short_description: Manage NetApp cDOT svm
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_user
|
|||
|
||||
short_description: useradmin configuration and management
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_user_role
|
|||
|
||||
short_description: useradmin configuration and management
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -18,7 +18,7 @@ module: na_cdot_volume
|
|||
|
||||
short_description: Manage NetApp cDOT volumes
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.na_ontap
|
||||
- community.general.netapp.ontap
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ description:
|
|||
- This module will allow the owner of the system to specify email recipients for these messages.
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Allows for the creation, removal and updating of Asynchronous Mirror Groups for NetApp E-series storage arrays
|
||||
author: Kevin Hulquest (@hulquest)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Allow the auto-support settings to be configured for an individual E-Series storage-system
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- This module allows an e-series storage system owner to set audit-log configuration parameters.
|
||||
author: Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
max_records:
|
||||
|
|
|
@ -20,7 +20,7 @@ description:
|
|||
author:
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
firmware:
|
||||
|
|
|
@ -20,7 +20,7 @@ author:
|
|||
- Kevin Hulquest (@hulquest)
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
'''
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ description:
|
|||
author:
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
nvsram:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Allow the user to configure several of the global settings associated with an E-Series storage-system
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -20,7 +20,7 @@ author:
|
|||
- Kevin Hulquest (@hulquest)
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -22,7 +22,7 @@ author:
|
|||
- Nathan Swartz (@ndswartz)
|
||||
description: Create, update or destroy host groups on a NetApp E-Series storage array.
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Configure settings of an E-Series iSCSI interface
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
controller:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Configure the settings of an E-Series iSCSI target
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
name:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Configure an E-Series system to allow authentication via an LDAP server
|
||||
author: Michael Price (@lmprice)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,7 +21,7 @@ short_description: NetApp E-Series create, delete, or modify lun mappings
|
|||
description:
|
||||
- Create, delete, or modify mappings between a volume and a targeted host/host+ group.
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,7 +21,7 @@ author:
|
|||
- Michael Price (@lmprice)
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -20,7 +20,7 @@ author:
|
|||
- Kevin Hulquest (@hulquest)
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -19,7 +19,7 @@ description:
|
|||
- Allow the syslog settings to be configured for an individual E-Series storage-system
|
||||
author: Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -21,7 +21,7 @@ author:
|
|||
- Kevin Hulquest (@hulquest)
|
||||
- Nathan Swartz (@ndswartz)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
state:
|
||||
|
|
|
@ -20,7 +20,7 @@ description:
|
|||
- Create and delete snapshots images on volume groups for NetApp E-series storage arrays.
|
||||
author: Kevin Hulquest (@hulquest)
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.eseries
|
||||
- community.general.netapp.eseries
|
||||
|
||||
options:
|
||||
api_username:
|
||||
|
|
|
@ -21,7 +21,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_account)
|
||||
short_description: Manage SolidFire accounts
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.solidfire
|
||||
- community.general.netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
|
@ -21,7 +21,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_check_connections)
|
||||
short_description: Check connectivity to MVIP and SVIP.
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.solidfire
|
||||
- community.general.netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
|
@ -20,7 +20,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_snapshot_schedule)
|
||||
short_description: Manage SolidFire snapshot schedules
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.solidfire
|
||||
- community.general.netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
|
@ -21,7 +21,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_access_group)
|
||||
short_description: Manage SolidFire Volume Access Groups
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.solidfire
|
||||
- community.general.netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
|
@ -21,7 +21,7 @@ deprecated:
|
|||
alternative: please use M(na_elementsw_volume)
|
||||
short_description: Manage SolidFire volumes
|
||||
extends_documentation_fragment:
|
||||
- netapp.ontap.netapp.solidfire
|
||||
- community.general.netapp.solidfire
|
||||
|
||||
author: Sumit Kumar (@timuster) <sumit4@netapp.com>
|
||||
description:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue