tripleo-heat-templates/environments/cinder-dellemc-xtremio-config.yaml
rajinir c53e9568e1 Support for Xtremio Cinder Backend
Updating the Xtremio cinder backend to support both iSCSI
and FC drivers. It is also enhanceded to support
multiple backends.

Depends-On: https://review.opendev.org/#/c/723020/
Change-Id: I2ba45aaa584c6fdcfb59cf6aed1b72dc8815f91f
2020-05-01 10:22:12 -05:00

29 lines
1.2 KiB
YAML

# A Heat environment file which can be used to enable a
# Cinder Dell EMC Xtremio backend, configured via puppet
resource_registry:
OS::TripleO::Services::CinderBackendDellEMCXtremio: ../deployment/cinder/cinder-backend-dellemc-xtremio-puppet.yaml
parameter_defaults:
CinderEnableXtremioBackend: true
CinderXtremioBackendName: 'tripleo_dellemc_xtremio'
CinderXtremioSanIp: ''
CinderXtremioSanLogin: 'admin'
CinderXtremioSanPassword: ''
CinderXtremioClusterName: 'Cluster-Name'
CinderXtremioArrayBusyRetryCount: 5
CinderXtremioArrayBusyRetryInterval: 5
CinderXtremioVolumesPerGlanceCache: 100
# To configure multiple backends, use CinderXtremioMultiConfig to
# assign parameter values specific to that backend. CinderXtremioMultiConfig
# is a dictionary of the parameter values for each backend specified in
# CinderXtremioBackendName.
# For example, see below:
# CinderXtremioBackendName:
# - tripleo_dellemc_xtremio_1
# - tripleo_dellemc_xtremio_2
# CinderXtremioMultiConfig:
# tripleo_dellemc_xtremio_1:
# CinderXtremioStorageProtocol: 'iSCSI' # Specific value for this backend
# tripleo_dellemc_xtremio_2:
# CinderXtremioStorageProtocol: 'FC' # Specific value for this backend