community.general.ss_3par_cpg – Manage HPE StoreServ 3PAR CPG¶
Note
This plugin is part of the community.general collection (version 2.5.1).
To install it use: ansible-galaxy collection install community.general
.
To use it in a playbook, specify: community.general.ss_3par_cpg
.
Requirements¶
The below requirements are needed on the host that executes this module.
hpe3par_sdk >= 1.0.2. Install using ‘pip install hpe3par_sdk’
WSAPI service should be enabled on the 3PAR storage array.
Parameters¶
Examples¶
- name: Create CPG sample_cpg
community.general.ss_3par_cpg:
storage_system_ip: 10.10.10.1
storage_system_username: username
storage_system_password: password
state: present
cpg_name: sample_cpg
domain: sample_domain
growth_increment: 32000 MiB
growth_limit: 64000 MiB
growth_warning: 48000 MiB
raid_type: R6
set_size: 8
high_availability: MAG
disk_type: FC
secure: no
- name: Delete CPG sample_cpg
community.general.ss_3par_cpg:
storage_system_ip: 10.10.10.1
storage_system_username: username
storage_system_password: password
state: absent
cpg_name: sample_cpg
secure: no
Authors¶
Farhan Nomani (@farhan7500)
Gautham P Hegde (@gautamphegde)