2018-02-13 21:09:25 +00:00
|
|
|
# A Heat environment file which can be used to enable a
|
|
|
|
# Cinder Dell EMC XTREMIOIscsi backend, configured via puppet
|
2020-04-24 21:24:34 +00:00
|
|
|
# Please note, this template is deprecated now.
|
|
|
|
# Use Cinder Dell EMC Xtremio backend template defined in
|
|
|
|
# cinder-backend-dellemc-xtremio-puppet.yaml.
|
2018-02-13 21:09:25 +00:00
|
|
|
resource_registry:
|
2018-12-21 15:51:06 +00:00
|
|
|
OS::TripleO::Services::CinderBackendDellEMCXTREMIOIscsi: ../deployment/cinder/cinder-backend-dellemc-xtremio-iscsi-puppet.yaml
|
2018-02-13 21:09:25 +00:00
|
|
|
|
|
|
|
parameter_defaults:
|
|
|
|
CinderEnableDellEMCXTREMIOIscsiBackend: true
|
|
|
|
CinderDellEMCXTREMIOIscsiBackendName: 'tripleo_dellemc_xtremio_iscsi'
|
|
|
|
CinderDellEMCXTREMIOIscsiSanIp: ''
|
|
|
|
CinderDellEMCXTREMIOIscsiSanLogin: 'admin'
|
|
|
|
CinderDellEMCXTREMIOIscsiSanPassword: ''
|
|
|
|
CinderDellEMCXTREMIOIscsiClusterName: 'Cluster-Name'
|
|
|
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryCount: 5
|
|
|
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryInterval: 5
|
|
|
|
CinderDellEMCXTREMIOIscsiVolumesPerGlanceCache: 100
|