aboutsummaryrefslogtreecommitdiffstats
path: root/environments/cinder-dellsc-config.yaml
diff options
context:
space:
mode:
authorrajinir <rajini_ram@dell.com>2015-11-12 16:50:39 -0600
committerJiri Stransky <jistr@redhat.com>2016-01-06 17:54:37 +0100
commit1905a6247c4004451312f58656beea70137c5b4b (patch)
treeed394f7e06ab28c3628af415c78859656c639a91 /environments/cinder-dellsc-config.yaml
parent86a77ebd42a3fd3bdddc0c3d242691b45641ade0 (diff)
Enable Dell Storage Center iscsi Backends in Cinder
Enables support for configuring Cinder with a Dell Storage Center iscsi storage backend. This change adds all relevant parameters for: - Dell Storage Center SC Series (iSCSI) Change-Id: I3b1a4346f494139ab123c7dc1a62f81d03c9e728
Diffstat (limited to 'environments/cinder-dellsc-config.yaml')
-rw-r--r--environments/cinder-dellsc-config.yaml17
1 files changed, 17 insertions, 0 deletions
diff --git a/environments/cinder-dellsc-config.yaml b/environments/cinder-dellsc-config.yaml
new file mode 100644
index 00000000..92e257d4
--- /dev/null
+++ b/environments/cinder-dellsc-config.yaml
@@ -0,0 +1,17 @@
+# A Heat environment file which can be used to enable a
+# a Cinder Dell Storage Center ISCSI backend, configured via puppet
+resource_registry:
+ OS::TripleO::ControllerExtraConfigPre: ../puppet/extraconfig/pre_deploy/controller/cinder-dellsc.yaml
+
+parameter_defaults:
+ CinderEnableDellScBackend: true
+ CinderDellScBackendName: 'tripleo_dellsc'
+ CinderDellScSanIp: ''
+ CinderDellScSanLogin: 'Admin'
+ CinderDellScSanPassword: ''
+ CinderDellScSsn: '64702'
+ CinderDellScIscsiIpAddress: ''
+ CinderDellScIscsiPort: '3260'
+ CinderDellScApiPort: '3033'
+ CinderDellScServerFolder: 'dellsc_server'
+ CinderDellScVolumeFolder: 'dellsc_volume'