c0b231e4dc
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
18 lines
570 B
YAML
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
|