# devstack-plugin-vmax This plugin enables the POWERMAX backend for cinder. For each backend, it creates the required xml file, populating said file along with cinder.conf with the appropriate values # Enabling in devstack * Add this repo as an external repository to localrc:: [[local|localrc]]
enable_plugin devstack-plugin-vmax https://github.com/openstack/devstack-plugin-vmax * For each powermax cinder backend to be used in the devstack setup, add the backend name to the enabled backends in localrc as shown below. Backend name has to start with POWERMAX:: [[local|localrc]]
CINDER_ENABLED_BACKENDS=powermax:POWERMAX_Backend_1,powermax:POWERMAX_Backend_2 * For each vmax backend in CINDER_ENABLED_BACKENDS above, append the configuration details to localrc as shown below for POWERMAX_Backend_1. Contact your Storage Admin for your parameters:: POWERMAX_Backend_1_RestServerIp=
POWERMAX_Backend_1_RestServerPort=
POWERMAX_Backend_1_RestUserName=
POWERMAX_Backend_1_Array=
POWERMAX_Backend_1_SRP=
POWERMAX_Backend_1_WORKLOAD=
POWERMAX_Backend_1_SLO=
POWERMAX_Backend_1_SSLVerify=
POWERMAX_Backend_1_PortGroup1=
POWERMAX_Backend_1_PortGroup2=
POWERMAX_Backend_1_StorageProtocol= * run "stack.sh"