aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/cinder-backend-dellsc.yaml
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-05-20 00:18:44 +0000
committerGerrit Code Review <review@openstack.org>2017-05-20 00:18:44 +0000
commitfcafc264a573e7600c4dbe477f25f5caf7154f36 (patch)
tree9ef5aa5f22efa34729c9e62144b6670b73e0f88e /puppet/services/cinder-backend-dellsc.yaml
parentf231f6a3d38b06630aaba11cec3bd32b4d1ca82c (diff)
parent69be0c2ae7131af20385b4f11a8190ed9fba32c7 (diff)
Merge "Dell SC: Add secondary DSM support"
Diffstat (limited to 'puppet/services/cinder-backend-dellsc.yaml')
-rw-r--r--puppet/services/cinder-backend-dellsc.yaml16
1 files changed, 16 insertions, 0 deletions
diff --git a/puppet/services/cinder-backend-dellsc.yaml b/puppet/services/cinder-backend-dellsc.yaml
index a6b7d5c7..a201134c 100644
--- a/puppet/services/cinder-backend-dellsc.yaml
+++ b/puppet/services/cinder-backend-dellsc.yaml
@@ -49,6 +49,18 @@ parameters:
CinderDellScVolumeFolder:
type: string
default: 'dellsc_volume'
+ CinderDellScSecondarySanIp:
+ type: string
+ default: ''
+ CinderDellScSecondarySanLogin:
+ type: string
+ default: 'Admin'
+ CinderDellScSecondarySanPassword:
+ type: string
+ hidden: true
+ CinderDellScSecondaryScApiPort:
+ type: number
+ default: 3033
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
@@ -89,5 +101,9 @@ outputs:
cinder::backend::dellsc_iscsi::dell_sc_api_port: {get_param: CinderDellScApiPort}
cinder::backend::dellsc_iscsi::dell_sc_server_folder: {get_param: CinderDellScServerFolder}
cinder::backend::dellsc_iscsi::dell_sc_volume_folder: {get_param: CinderDellScVolumeFolder}
+ cinder::backend::dellsc_iscsi::secondary_san_ip: {get_param: CinderDellScSecondarySanIp}
+ cinder::backend::dellsc_iscsi::secondary_san_login: {get_param: CinderDellScSecondarySanLogin}
+ cinder::backend::dellsc_iscsi::secondary_san_password: {get_param: CinderDellScSecondarySanPassword}
+ cinder::backend::dellsc_iscsi::secondary_sc_api_port: {get_param: CinderDellScSecondaryScApiPort}
step_config: |
include ::tripleo::profile::base::cinder::volume