tripleo-heat-templates/environments/cinder-dellemc-xtremio-config.yaml
rajinir a462d796a7 Add support for Dell EMC XtremIO Cinder ISCSI Backend
This change adds a new define for cinder::backend::dellemc_xtremio_iscsi

Change-Id: Icf4a199383064e7884953f0f5085dcef54c3b9a4
Implements: blueprint dellemc-xtremeio-cinder
2018-03-09 14:25:14 -06:00

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