aboutsummaryrefslogtreecommitdiffstats
path: root/environments/cinder-dellsc-config.yaml
diff options
context:
space:
mode:
authorrajinir <rajini_ram@dell.com>2017-04-10 13:32:06 -0500
committerrajinir <rajini_ram@dell.com>2017-05-22 11:53:35 -0500
commit92bc869a2b47a78a11f2b55e9d89c7f8fb5b9d71 (patch)
tree16c9d95dc334704c0f638595b26b671c0ff0de9d /environments/cinder-dellsc-config.yaml
parent0137f67f2e27b08a23fea4f0c2efb8aea4a45c40 (diff)
Dell SC: Add secondary DSM support
Adds support for a secondary DSM in case the primary becomes unavailable. Change-Id: I0887e15a7e1c90a4f333bef6cdbb5d43ba0cd838 Closes-Bug: #1681492 Depends-On: I331466e4f254b2b8ff7891b796e78cd30c2c87f7 (cherry picked from commit 69be0c2ae7131af20385b4f11a8190ed9fba32c7)
Diffstat (limited to 'environments/cinder-dellsc-config.yaml')
-rw-r--r--environments/cinder-dellsc-config.yaml10
1 files changed, 7 insertions, 3 deletions
diff --git a/environments/cinder-dellsc-config.yaml b/environments/cinder-dellsc-config.yaml
index 617d640c..99e517bf 100644
--- a/environments/cinder-dellsc-config.yaml
+++ b/environments/cinder-dellsc-config.yaml
@@ -9,9 +9,13 @@ parameter_defaults:
CinderDellScSanIp: ''
CinderDellScSanLogin: 'Admin'
CinderDellScSanPassword: ''
- CinderDellScSsn: '64702'
+ CinderDellScSsn: 64702
CinderDellScIscsiIpAddress: ''
- CinderDellScIscsiPort: '3260'
- CinderDellScApiPort: '3033'
+ CinderDellScIscsiPort: 3260
+ CinderDellScApiPort: 3033
CinderDellScServerFolder: 'dellsc_server'
CinderDellScVolumeFolder: 'dellsc_volume'
+ CinderDellScSecondarySanIp: ''
+ CinderDellScSecondarySanLogin: 'Admin'
+ CinderDellScSecondarySanPassword: ''
+ CinderDellScSecondaryScApiPort: 3033