diff options
author | rajinir <rajini_ram@dell.com> | 2017-07-26 16:38:16 -0500 |
---|---|---|
committer | Steven Hardy <shardy@redhat.com> | 2017-08-17 08:36:14 +0000 |
commit | 9353db123df4bf6d8770790faf95361d79820b10 (patch) | |
tree | 7656c474be88288b6a4b9f174baf90ec579ef041 /environments | |
parent | 0406be8328b51d9d55f5e2421919d86b85dbc987 (diff) |
Add support for Dell EMC Unity Cinder backend
This change adds a new define for cinder::backend::dellemc_unity.
Change-Id: I7f9dbb707cf9b5c90ec2f31dcff82cd578805b80
Implements: blueprint dellemc-unity-cinder
Diffstat (limited to 'environments')
-rw-r--r-- | environments/cinder-dellemc-unity-config.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/environments/cinder-dellemc-unity-config.yaml b/environments/cinder-dellemc-unity-config.yaml new file mode 100644 index 00000000..c67c91cb --- /dev/null +++ b/environments/cinder-dellemc-unity-config.yaml @@ -0,0 +1,14 @@ +# A Heat environment file which can be used to enable a +# Cinder Dell EMC Unity backend, configured via puppet +resource_registry: + OS::TripleO::Services::CinderBackendDellEMCUnity: ../puppet/services/cinder-backend-dellemc-unity.yaml + +parameter_defaults: + CinderEnableDellEMCUnityBackend: true + CinderDellEMCUnityBackendName: 'tripleo_dellemc_unity' + CinderDellEMCUnitySanIp: '' + CinderDellEMCUnitySanLogin: 'Admin' + CinderDellEMCUnitySanPassword: '' + CinderDellEMCUnityStorageProtocol: 'iSCSI' + CinderDellEMCUnityIoPorts: '' + CinderDellEMCUnityStoragePoolNames: '' |