tripleo-heat-templates/environments/cinder-dellemc-xtremio-iscsi-config.yaml

16 lines
743 B
YAML
Raw Normal View History

# A Heat environment file which can be used to enable a
# Cinder Dell EMC XTREMIOIscsi backend, configured via puppet
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