ss_3par_cpg – Manage HPE StoreServ 3PAR CPG¶
New in version 2.8.
Synopsis¶
Create and delete CPG on HPE 3PAR.
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¶
Notes¶
Note
check_mode not supported
Examples¶
- name: Create CPG sample_cpg
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
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
Status¶
This module is not guaranteed to have a backwards compatible interface. [preview]
This module is maintained by the Ansible Community. [community]