tripleo-heat-templates/environments/cinder-dellemc-xtremio-config.yaml
Ivan Pchelintsev e0adf10564 Add ports filtering support to XtremIO Cinder driver
If there are some iSCSI or FC targets (ESXi for example) that
are not connected to the OpenStack host,
attach volume operation waits until timeout.
The XtremIO Cinder driver needs a new option to support ports
filtering.

Depends-On: https://review.opendev.org/#/c/776264
Related-Bug: #1915800
Change-Id: Ib689f08e414f3a10d18ed34932f8a314be7a7344
2021-02-18 12:51:23 +00:00

30 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
CinderXtremioPorts: ''
# 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