Skip to content

Commit

Permalink
add universion back to sample
Browse files Browse the repository at this point in the history
  • Loading branch information
baoy1 committed Feb 14, 2025
1 parent 9440518 commit 9e099f0
Show file tree
Hide file tree
Showing 59 changed files with 440 additions and 8 deletions.
6 changes: 6 additions & 0 deletions docs/modules/capacity_role.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ Parameters
IP or FQDN of the Unisphere host


universion (False, int, None)
Unisphere version. This parameter has been deprecated. It is no longer necessary to specify this parameter.


verifycert (True, str, None)
Specifies system whether to validate SSL certificate or not, Values can be True or False or a custom file path for SSL certificate with .pem extension or .cer with base 64 encoding.

Expand Down Expand Up @@ -88,6 +92,7 @@ Examples
register: storage_group_details
dellemc.powermax.storagegroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -101,6 +106,7 @@ Examples
- name: Create volume on the storage group
dellemc.powermax.volume:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
10 changes: 10 additions & 0 deletions docs/modules/host.rst
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ Examples
- name: Create host with host_type 'default'
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -158,6 +159,7 @@ Examples
- name: Create host with host_type 'hpux'
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -169,6 +171,7 @@ Examples
- name: Create host with host_flags
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -189,6 +192,7 @@ Examples
- name: Get host details
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -199,6 +203,7 @@ Examples
- name: Adding initiator to host
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -213,6 +218,7 @@ Examples
- name: Removing initiator from host
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -227,6 +233,7 @@ Examples
- name: Modify host using host_type
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -238,6 +245,7 @@ Examples
- name: Modify host using host_flags
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -255,6 +263,7 @@ Examples
- name: Rename host
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -266,6 +275,7 @@ Examples
- name: Delete host
dellemc.powermax.host:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
10 changes: 10 additions & 0 deletions docs/modules/hostgroup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -148,6 +148,7 @@ Examples
- name: Create host group with 'default' host_type
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -162,6 +163,7 @@ Examples
- name: Create host group with 'hpux' host_type
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -176,6 +178,7 @@ Examples
- name: Create host group with host_flags
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -195,6 +198,7 @@ Examples
- name: Get host group details
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -205,6 +209,7 @@ Examples
- name: Adding host to host group
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -218,6 +223,7 @@ Examples
- name: Removing host from host group
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -231,6 +237,7 @@ Examples
- name: Modify host group using host_type
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -242,6 +249,7 @@ Examples
- name: Modify host group using host_flags
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -257,6 +265,7 @@ Examples
- name: Rename host group
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -268,6 +277,7 @@ Examples
- name: Delete host group
dellemc.powermax.hostgroup:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
20 changes: 20 additions & 0 deletions docs/modules/info.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ Examples
- name: Get list of volumes with filter -- all TDEV volumes of size equal to 5 GB
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -188,6 +189,7 @@ Examples
- name: Get list of volumes and storage groups with filter
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -206,6 +208,7 @@ Examples
- name: Get list of storage groups with capacity between 2 GB to 10 GB
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -223,6 +226,7 @@ Examples
- name: Get the list of arrays for a given Unisphere host
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -231,6 +235,7 @@ Examples
- name: Get list of TDEV-volumes
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -242,13 +247,15 @@ Examples
- name: Get the list of arrays for a given Unisphere host
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"

- name: Get array health status
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -259,6 +266,7 @@ Examples
- name: Get array alerts summary
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -269,6 +277,7 @@ Examples
- name: Get the list of Metro DR environments for a given Unisphere host
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -279,6 +288,7 @@ Examples
- name: Get list of storage groups
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -289,6 +299,7 @@ Examples
- name: Get list of Storage Resource Pools
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -299,6 +310,7 @@ Examples
- name: Get list of ports
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -309,6 +321,7 @@ Examples
- name: Get list of Port Groups
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -319,6 +332,7 @@ Examples
- name: Get list of hosts
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -329,6 +343,7 @@ Examples
- name: Get list of Host Groups
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -339,6 +354,7 @@ Examples
- name: Get list of Masking Views
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -349,6 +365,7 @@ Examples
- name: Get list of RDF Groups
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -359,6 +376,7 @@ Examples
- name: Get list of snapshot policies
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -369,6 +387,7 @@ Examples
- name: Get list of initiators
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -379,6 +398,7 @@ Examples
- name: Get list of masking view connections with filter
dellemc.powermax.info:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
4 changes: 4 additions & 0 deletions docs/modules/initiator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,7 @@ Examples
- name: Get initiator details using initiator id
dellemc.powermax.initiator:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -124,6 +125,7 @@ Examples
- name: Get initiator details using alias
dellemc.powermax.initiator:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -134,6 +136,7 @@ Examples
- name: Rename initiator alias using initiator id
dellemc.powermax.initiator:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand All @@ -147,6 +150,7 @@ Examples
- name: Rename initiator alias using alias
dellemc.powermax.initiator:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
1 change: 1 addition & 0 deletions docs/modules/job.rst
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ Examples
- name: Get the details of a Job.
dellemc.powermax.job:
unispherehost: "{{unispherehost}}"
universion: "{{universion}}"
verifycert: "{{verifycert}}"
user: "{{user}}"
password: "{{password}}"
Expand Down
Loading

0 comments on commit 9e099f0

Please sign in to comment.