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:
Felix Fontein 2020-03-25 12:43:51 +01:00 committed by GitHub
parent 25394eeafb
commit 07ecfc940c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
118 changed files with 486 additions and 423 deletions

View file

@ -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():

View file

@ -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():

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -20,7 +20,7 @@ description:
author:
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
firmware:

View file

@ -20,7 +20,7 @@ author:
- Kevin Hulquest (@hulquest)
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
'''

View file

@ -20,7 +20,7 @@ description:
author:
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
nvsram:

View file

@ -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:

View file

@ -20,7 +20,7 @@ author:
- Kevin Hulquest (@hulquest)
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
name:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -21,7 +21,7 @@ author:
- Michael Price (@lmprice)
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
state:

View file

@ -20,7 +20,7 @@ author:
- Kevin Hulquest (@hulquest)
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
state:

View file

@ -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:

View file

@ -21,7 +21,7 @@ author:
- Kevin Hulquest (@hulquest)
- Nathan Swartz (@ndswartz)
extends_documentation_fragment:
- netapp.ontap.netapp.eseries
- community.general.netapp.eseries
options:
state:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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:

View file

@ -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: