ca8face667
Cinder configuration with HPELeftHandISCSIDriver for VSA storage Change-Id: Iaefbf38522069f6c636130e357f19a7fb7d54fe4
14 lines
532 B
YAML
14 lines
532 B
YAML
# A Heat environment file which can be used to enable a
|
|
# a Cinder HPELeftHandISCSI backend, configured via puppet
|
|
resource_registry:
|
|
OS::TripleO::Services::CinderHPELeftHandISCSI: ../puppet/services/cinder-hpelefthand-iscsi.yaml
|
|
|
|
parameter_defaults:
|
|
CinderHPELeftHandISCSIApiUrl: ''
|
|
CinderHPELeftHandISCSIUserName: ''
|
|
CinderHPELeftHandISCSIPassword: ''
|
|
CinderHPELeftHandISCSIBackendName: 'tripleo_hpelefthand'
|
|
CinderHPELeftHandISCSIChapEnabled: false
|
|
CinderHPELeftHandClusterName: ''
|
|
CinderHPELeftHandDebug: false
|