Update to README.md describing how to enable backends

This commit is contained in:
Unana Okpoyo 2017-06-19 12:00:27 +01:00
parent 7f6c2ddfcd
commit 27342c1f3d
1 changed files with 4 additions and 4 deletions

View File

@ -7,21 +7,21 @@ This plugin enables the VMAX backend for cinder. For each backend, it creates th
[[local|localrc]]</br> [[local|localrc]]</br>
enable_plugin devstack-plugin-vmax https://github.com/okpoyu/devstack-plugin-vmax enable_plugin devstack-plugin-vmax https://github.com/okpoyu/devstack-plugin-vmax
* For each vmax cinder backend to be used in the devstack setup add the * 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 backend name to the enabled backends in localrc as shown below. Backend name
has to start with VMAX has to start with VMAX::
[[local|localrc]]</br> [[local|localrc]]</br>
CINDER_ENABLED_BACKENDS=vmax:VMAX_Backend_1,vmax:VMAX_Backend_2 CINDER_ENABLED_BACKENDS=vmax:VMAX_Backend_1,vmax:VMAX_Backend_2
* For each vmax backend in CINDER_ENABLED_BACKENDS above, append the * For each vmax backend in CINDER_ENABLED_BACKENDS above, append the
configuration details to localrc as shown below for VMAX_Backend_1. Contact configuration details to localrc as shown below for VMAX_Backend_1. Contact
your Storage Admin for your parameters. your Storage Admin for your parameters::
VMAX_Backend_1_RestServerIp=<insert_ip_address></br> VMAX_Backend_1_RestServerIp=<insert_ip_address></br>
VMAX_Backend_1_RestServerPort=<Rest_port_number></br> VMAX_Backend_1_RestServerPort=<Rest_port_number></br>
VMAX_Backend_1_RestUserName=<Rest_password></br> VMAX_Backend_1_RestUserName=<Rest_password></br>
VMAX_Backend_1_Array=<Array_to_use></br> VMAX_Backend_1_Array=<Array_to_use></br>
VMAX_Backend_1_SRP=<insert_ip_address></br> VMAX_Backend_1_SRP=<insert_ip_address></br>
VMAX_Backend_1_WORKLOAD=<Workload></br> VMAX_Backend_1_WORKLOAD=<work_load></br>
VMAX_Backend_1_SLO=<Service_level></br> VMAX_Backend_1_SLO=<Service_level></br>
VMAX_Backend_1_SSLVerify=<pem_file_for_ssl_verification></br> VMAX_Backend_1_SSLVerify=<pem_file_for_ssl_verification></br>
VMAX_Backend_1_PortGroup1=<port_group></br> VMAX_Backend_1_PortGroup1=<port_group></br>