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
)
20 lines
935 B
YAML
20 lines
935 B
YAML
# A Heat environment file which can be used to enable a
|
|
# Cinder Dell EMC XTREMIOIscsi backend, configured via puppet
|
|
# Please note, this template is deprecated now.
|
|
# Use Cinder Dell EMC Xtremio backend template defined in
|
|
# cinder-backend-dellemc-xtremio-puppet.yaml.
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderBackendDellEMCXTREMIOIscsi: ../deployment/cinder/cinder-backend-dellemc-xtremio-iscsi-puppet.yaml
|
|
|
|
parameter_defaults:
|
|
CinderEnableDellEMCXTREMIOIscsiBackend: true
|
|
CinderDellEMCXTREMIOIscsiBackendName: 'tripleo_dellemc_xtremio_iscsi'
|
|
CinderDellEMCXTREMIOIscsiSanIp: ''
|
|
CinderDellEMCXTREMIOIscsiSanLogin: 'admin'
|
|
CinderDellEMCXTREMIOIscsiSanPassword: ''
|
|
CinderDellEMCXTREMIOIscsiClusterName: 'Cluster-Name'
|
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryCount: 5
|
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryInterval: 5
|
|
CinderDellEMCXTREMIOIscsiVolumesPerGlanceCache: 100
|
|
CinderDellEMCXTREMIOIscsiPorts: ''
|