diff options
author | rajinir <rajini_ram@dell.com> | 2017-04-10 13:21:38 -0500 |
---|---|---|
committer | Alex Schultz <aschultz@redhat.com> | 2017-06-07 20:21:35 +0000 |
commit | e0bc8d6813d7cd0ecbef1dfe17d9d3cfec4225d7 (patch) | |
tree | 01ad51f703bc63f5e470f83a03c873a161c05e38 /puppet | |
parent | 3c98a1bc3f13c2b38fa2b34a1b4c9f8675773f32 (diff) |
Dell SC: Add exclude_domain_ip option
This option allows users to exclude some fault domains.
Otherwise all domains are returned.
Change-Id: Iefd1a44c8fe217aee5845bba35def571317bb123
Closes-Bug: #1681490
Depends-On: I6eb2bcc7db003a5eebd3924e3e4eb44e35f60483
Diffstat (limited to 'puppet')
-rw-r--r-- | puppet/services/cinder-backend-dellsc.yaml | 4 |
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 |