tripleo-heat-templates/environments/cinder-eqlx-config.yaml
rajinir c0b231e4dc Enable Equallogic Backends in Cinder
Enables support for configuring Cinder with a Dell
Equallogic storage backend.
This change adds all relevant parameters for:
 - Equallogic PS-Series (iSCSI)

Change-Id: Ia0f71863cfb12f2cdda43dcf707a9a7145963001
2015-11-12 10:46:15 -06:00

18 lines
570 B
YAML

# A Heat environment file which can be used to enable a
# a Cinder eqlx backen, configured via puppet
resource_registry:
OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/cinder-eqlx.yaml
parameter_defaults:
CinderEnableEqlxBackend: true
CinderEqlxBackendName: 'tripleo_eqlx'
CinderEqlxSanIp: ''
CinderEqlxSanLogin: ''
CinderEqlxSanPassword: ''
CinderEqlxSanThinProvision: true
CinderEqlxGroupname: 'group-0'
CinderEqlxPool: 'default'
CinderEqlxChapLogin: ''
CinderEqlxChapPassword: ''
CinderEqlxUseChap: false