You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
734 B
15 lines
734 B
# 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: ../puppet/services/cinder-backend-dellemc-xtremio-iscsi.yaml |
|
|
|
parameter_defaults: |
|
CinderEnableDellEMCXTREMIOIscsiBackend: true |
|
CinderDellEMCXTREMIOIscsiBackendName: 'tripleo_dellemc_xtremio_iscsi' |
|
CinderDellEMCXTREMIOIscsiSanIp: '' |
|
CinderDellEMCXTREMIOIscsiSanLogin: 'admin' |
|
CinderDellEMCXTREMIOIscsiSanPassword: '' |
|
CinderDellEMCXTREMIOIscsiClusterName: 'Cluster-Name' |
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryCount: 5 |
|
CinderDellEMCXTREMIOIscsiArrayBusyRetryInterval: 5 |
|
CinderDellEMCXTREMIOIscsiVolumesPerGlanceCache: 100
|
|
|