a31e100caf
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/779005
Related-Bug: #1915800
Change-Id: Ib689f08e414f3a10d18ed34932f8a314be7a7344
(cherry picked from commit e0adf10564
)
30 lines
1.2 KiB
YAML
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
|