diff options
author | chinthagovardhan <chintha.govardhan@hpe.com> | 2016-12-01 05:45:36 -0800 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-01-13 16:48:59 +0000 |
commit | ca8face6673c03afa4ac0ce9febdd1915afbe93e (patch) | |
tree | 96a4c22de8fc7a48ce0a57bcfbeab27868be8e74 /environments | |
parent | a99c5410c3886c176402ec7d2fa53d3cd39708b0 (diff) |
HPELeftHandISCSIDriver support for Cinder
Cinder configuration with HPELeftHandISCSIDriver
for VSA storage
Change-Id: Iaefbf38522069f6c636130e357f19a7fb7d54fe4
Diffstat (limited to 'environments')
-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 |