b93a16fb62
Added new Dell EMC Xtremio Volume config that now supports both iSCSI and FC drivers. https://review.opendev.org/#/c/723025/ Deprecating the old resource. Change-Id: I0f7b8b4860be4f00e9fe24710143a184b6a3134d
19 lines
898 B
YAML
19 lines
898 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
|