summaryrefslogtreecommitdiff
path: root/storage/netapp
diff options
context:
space:
mode:
authorToshio Kuratomi <a.badger@gmail.com>2016-12-06 02:35:25 -0800
committerToshio Kuratomi <a.badger@gmail.com>2016-12-06 07:02:56 -0800
commit6c7d63b15c77126b4d6a8a7668545555578469c5 (patch)
treecd1586d5342249214c7c565ff21ee51c0c46f051 /storage/netapp
parentca3eb7c89082682ff366546577c3db36945bf5ed (diff)
downloadansible-modules-extras-6c7d63b15c77126b4d6a8a7668545555578469c5.tar.gz
Refreshed metadata for extras modules
Diffstat (limited to 'storage/netapp')
-rw-r--r--storage/netapp/netapp_e_amg.py4
-rw-r--r--storage/netapp/netapp_e_amg_role.py4
-rw-r--r--storage/netapp/netapp_e_amg_sync.py4
-rw-r--r--storage/netapp/netapp_e_auth.py4
-rw-r--r--storage/netapp/netapp_e_facts.py4
-rw-r--r--storage/netapp/netapp_e_flashcache.py4
-rw-r--r--storage/netapp/netapp_e_host.py4
-rw-r--r--storage/netapp/netapp_e_hostgroup.py4
-rw-r--r--storage/netapp/netapp_e_lun_mapping.py4
-rw-r--r--storage/netapp/netapp_e_snapshot_group.py4
-rw-r--r--storage/netapp/netapp_e_snapshot_images.py4
-rw-r--r--storage/netapp/netapp_e_snapshot_volume.py4
-rw-r--r--storage/netapp/netapp_e_storage_system.py4
-rw-r--r--storage/netapp/netapp_e_storagepool.py4
-rw-r--r--storage/netapp/netapp_e_volume.py4
-rw-r--r--storage/netapp/netapp_e_volume_copy.py4
16 files changed, 64 insertions, 0 deletions
diff --git a/storage/netapp/netapp_e_amg.py b/storage/netapp/netapp_e_amg.py
index 44189988..e5f60b29 100644
--- a/storage/netapp/netapp_e_amg.py
+++ b/storage/netapp/netapp_e_amg.py
@@ -16,6 +16,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_amg
diff --git a/storage/netapp/netapp_e_amg_role.py b/storage/netapp/netapp_e_amg_role.py
index 7a2f1bdf..bfe3c4b8 100644
--- a/storage/netapp/netapp_e_amg_role.py
+++ b/storage/netapp/netapp_e_amg_role.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_amg_role
diff --git a/storage/netapp/netapp_e_amg_sync.py b/storage/netapp/netapp_e_amg_sync.py
index a86b594f..548b115f 100644
--- a/storage/netapp/netapp_e_amg_sync.py
+++ b/storage/netapp/netapp_e_amg_sync.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_amg_sync
diff --git a/storage/netapp/netapp_e_auth.py b/storage/netapp/netapp_e_auth.py
index c22de91c..19bdb0bf 100644
--- a/storage/netapp/netapp_e_auth.py
+++ b/storage/netapp/netapp_e_auth.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: netapp_e_auth
diff --git a/storage/netapp/netapp_e_facts.py b/storage/netapp/netapp_e_facts.py
index 37e3f827..5a877afa 100644
--- a/storage/netapp/netapp_e_facts.py
+++ b/storage/netapp/netapp_e_facts.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: netapp_e_facts
version_added: '2.2'
diff --git a/storage/netapp/netapp_e_flashcache.py b/storage/netapp/netapp_e_flashcache.py
index 5fa4a669..da7d5205 100644
--- a/storage/netapp/netapp_e_flashcache.py
+++ b/storage/netapp/netapp_e_flashcache.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: netapp_e_flashcache
author: Kevin Hulquest (@hulquest)
diff --git a/storage/netapp/netapp_e_host.py b/storage/netapp/netapp_e_host.py
index 2261d826..458bb6fb 100644
--- a/storage/netapp/netapp_e_host.py
+++ b/storage/netapp/netapp_e_host.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_host
diff --git a/storage/netapp/netapp_e_hostgroup.py b/storage/netapp/netapp_e_hostgroup.py
index 5248c1d9..f89397af 100644
--- a/storage/netapp/netapp_e_hostgroup.py
+++ b/storage/netapp/netapp_e_hostgroup.py
@@ -19,6 +19,10 @@
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: netapp_e_hostgroup
diff --git a/storage/netapp/netapp_e_lun_mapping.py b/storage/netapp/netapp_e_lun_mapping.py
index be3c2751..5c9d7197 100644
--- a/storage/netapp/netapp_e_lun_mapping.py
+++ b/storage/netapp/netapp_e_lun_mapping.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: netapp_e_lun_mapping
diff --git a/storage/netapp/netapp_e_snapshot_group.py b/storage/netapp/netapp_e_snapshot_group.py
index 90c6e847..f0464bbf 100644
--- a/storage/netapp/netapp_e_snapshot_group.py
+++ b/storage/netapp/netapp_e_snapshot_group.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_snapshot_group
diff --git a/storage/netapp/netapp_e_snapshot_images.py b/storage/netapp/netapp_e_snapshot_images.py
index 8c81af84..460d1a2a 100644
--- a/storage/netapp/netapp_e_snapshot_images.py
+++ b/storage/netapp/netapp_e_snapshot_images.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_snapshot_images
diff --git a/storage/netapp/netapp_e_snapshot_volume.py b/storage/netapp/netapp_e_snapshot_volume.py
index 9a143bd4..afc6e340 100644
--- a/storage/netapp/netapp_e_snapshot_volume.py
+++ b/storage/netapp/netapp_e_snapshot_volume.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_snapshot_volume
diff --git a/storage/netapp/netapp_e_storage_system.py b/storage/netapp/netapp_e_storage_system.py
index 40ef893a..64414af6 100644
--- a/storage/netapp/netapp_e_storage_system.py
+++ b/storage/netapp/netapp_e_storage_system.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
module: netapp_e_storage_system
version_added: "2.2"
diff --git a/storage/netapp/netapp_e_storagepool.py b/storage/netapp/netapp_e_storagepool.py
index 1d86ef46..89309708 100644
--- a/storage/netapp/netapp_e_storagepool.py
+++ b/storage/netapp/netapp_e_storagepool.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: netapp_e_storagepool
diff --git a/storage/netapp/netapp_e_volume.py b/storage/netapp/netapp_e_volume.py
index 09825c52..26107965 100644
--- a/storage/netapp/netapp_e_volume.py
+++ b/storage/netapp/netapp_e_volume.py
@@ -20,6 +20,10 @@
from ansible.module_utils.api import basic_auth_argument_spec
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = '''
---
module: netapp_e_volume
diff --git a/storage/netapp/netapp_e_volume_copy.py b/storage/netapp/netapp_e_volume_copy.py
index f715c840..179ee8ff 100644
--- a/storage/netapp/netapp_e_volume_copy.py
+++ b/storage/netapp/netapp_e_volume_copy.py
@@ -17,6 +17,10 @@
# You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>.
#
+ANSIBLE_METADATA = {'status': ['preview'],
+ 'supported_by': 'community',
+ 'version': '1.0'}
+
DOCUMENTATION = """
---
module: netapp_e_volume_copy