aboutsummaryrefslogtreecommitdiffstats
path: root/environments/cinder-dellemc-unity-config.yaml
diff options
context:
space:
mode:
authorrajinir <rajini_ram@dell.com>2017-07-26 16:38:16 -0500
committerSteven Hardy <shardy@redhat.com>2017-08-17 08:36:14 +0000
commit9353db123df4bf6d8770790faf95361d79820b10 (patch)
tree7656c474be88288b6a4b9f174baf90ec579ef041 /environments/cinder-dellemc-unity-config.yaml
parent0406be8328b51d9d55f5e2421919d86b85dbc987 (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/cinder-dellemc-unity-config.yaml')
-rw-r--r--environments/cinder-dellemc-unity-config.yaml14
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: ''