ff1728f833
Rename the file in the environments directory so that the file name matches the reference in capabilities-map.yaml. Old name : cinder-dellemc-xtremio-config.yaml New name : cinder-dellemc-xtremio-iscsi-config.yaml The new name includes "iscsi" and that is consistent with the corresponding Heat template file name (cinder-backend-dellemc-xtremio-iscsi.yaml). Closes-Bug: #1772967 Change-Id: I29dac9578087f8696598d3da950905bfa7c2b32f
16 lines
734 B
YAML
16 lines
734 B
YAML
# 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
|