diff --git a/README.md b/README.md index 9764ec0..946768a 100644 --- a/README.md +++ b/README.md @@ -7,4 +7,25 @@ This plugin enables the VMAX backend for cinder. For each backend, it creates th [[local|localrc]]
enable_plugin devstack-plugin-vmax https://github.com/okpoyu/devstack-plugin-vmax -* run "stack.sh" +* For each vmax 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 VMAX + [[local|localrc]]
+ CINDER_ENABLED_BACKENDS=vmax:VMAX_Backend_1,vmax:VMAX_Backend_2 + +* For each vmax backend in CINDER_ENABLED_BACKENDS above, append the +configuration details to localrc as shown below for VMAX_Backend_1. Contact +your Storage Admin for your parameters. + VMAX_Backend_1_RestServerIp=
+ VMAX_Backend_1_RestServerPort=
+ VMAX_Backend_1_RestUserName=
+ VMAX_Backend_1_Array=
+ VMAX_Backend_1_SRP=
+ VMAX_Backend_1_WORKLOAD=
+ VMAX_Backend_1_SLO=
+ VMAX_Backend_1_SSLVerify=
+ VMAX_Backend_1_PortGroup1=
+ VMAX_Backend_1_PortGroup2=
+ VMAX_Backend_1_StorageProtocol= + +* run "stack.sh" \ No newline at end of file