aboutsummaryrefslogtreecommitdiffstats
path: root/puppet
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-06-14 15:06:30 +0000
committerGerrit Code Review <review@openstack.org>2017-06-14 15:06:30 +0000
commite9cf19340a070362bc39cd1a69d38ca742bb645a (patch)
tree30cbffc5acf6a15daca604c52afbb4023551b569 /puppet
parent112236f8bb06c6267291d0d557c06b5f3ba483b2 (diff)
parente0bc8d6813d7cd0ecbef1dfe17d9d3cfec4225d7 (diff)
Merge "Dell SC: Add exclude_domain_ip option"
Diffstat (limited to 'puppet')
-rw-r--r--puppet/services/cinder-backend-dellsc.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/puppet/services/cinder-backend-dellsc.yaml b/puppet/services/cinder-backend-dellsc.yaml
index a201134c..c0bffb18 100644
--- a/puppet/services/cinder-backend-dellsc.yaml
+++ b/puppet/services/cinder-backend-dellsc.yaml
@@ -61,6 +61,9 @@ parameters:
CinderDellScSecondaryScApiPort:
type: number
default: 3033
+ CinderDellScExcludedDomainIp:
+ type: string
+ default: ''
ServiceNetMap:
default: {}
description: Mapping of service_name -> network name. Typically set
@@ -105,5 +108,6 @@ outputs:
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}
+ cinder::backend::dellsc_iscsi::excluded_domain_ip: {get_param: CinderDellScExcludedDomainIp}
step_config: |
include ::tripleo::profile::base::cinder::volume