diff options
author | Jenkins <jenkins@review.openstack.org> | 2017-01-17 18:04:54 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2017-01-17 18:04:55 +0000 |
commit | 7916abc0d083938a1c40ef75e24cb0a9a6b9a9e4 (patch) | |
tree | 99de4dbc1db32db3fe3ec3720ce7f5809d18497e /environments/cinder-hpelefthand-config.yaml | |
parent | 371f08610affb6121d32bf76a23f96a7a7188586 (diff) | |
parent | ca8face6673c03afa4ac0ce9febdd1915afbe93e (diff) |
Merge "HPELeftHandISCSIDriver support for Cinder"
Diffstat (limited to 'environments/cinder-hpelefthand-config.yaml')
-rw-r--r-- | environments/cinder-hpelefthand-config.yaml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/environments/cinder-hpelefthand-config.yaml b/environments/cinder-hpelefthand-config.yaml new file mode 100644 index 00000000..90d0261e --- /dev/null +++ b/environments/cinder-hpelefthand-config.yaml @@ -0,0 +1,13 @@ +# 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 |