Environment File for DataCore SANsymphony Cinder Backend

Preparing Environment Files for DataCore SANsymphony Cinder Backend in the Cinder-Volume Container

The DataCore SANsymphony environment file for Red Hat OpenStack Platform (RHOSP) contains the settings for each backend you want to define.

Create the environment file "cinder-datacore-iscsi-config.yaml" with the below-mentioned parameters which supports iSCSI backend.

Parameter_defaults:

CinderEnableIscsiBackend: false

ControllerExtraConfig:

cinder::config::cinder_config:

datacore_iscsi1/volume_driver:

value: cinder.volume.drivers.datacore.iscsi.ISCSIVolumeDriver

datacore_iscsi1/san_ip:

value: datacore.domain.com

datacore_iscsi1/san_login:

value: your_san_login

datacore_iscsi1/san_password:

value: your_san_password

datacore_iscsi1/volume_backend_name:

value: datacore_iscsi1

datacore_iscsi1/datacore_disk_type:

value: single

datacore_iscsi1/datacore_disk_pools:

value: Disk Pool iSCSI

datacore_iscsi1/datacore_api_timeout:

value: 300

datacore_iscsi1/datacore_disk_failed_delay:

value: 300

Create the encvironment file "cinder-datacore-fc-config.yaml" with the below-mentioned parameters which supports the Fibre Channel (FC) backend.

Parameter_defaults:

CinderEnableIscsiBackend: false

ControllerExtraConfig:

cinder::config::cinder_config:

datacore_fc1/volume_driver:

value: cinder.volume.drivers.datacore.fc.FibreChannelVolumeDriver

datacore_fc1/san_ip:

value: datacore.domain.com

datacore_fc1/san_login:

value: your_san_login

datacore_fc1/san_password:

value: your_san_password

datacore_fc1/volume_backend_name:

value: datacore1_fc1

datacore_fc1/datacore_disk_type:

value: single

datacore_fc1/datacore_disk_pools:

value: Disk Pool FC

datacore_fc1/datacore_api_timeout:

value: 300

datacore_fc1/datacore_disk_failed_delay:

value: 300

For more details on the DataCore SANsymphony Storage Cinder Driver configuration, refer to the OpenStack documentation.