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
This commit is contained in:
parent
3c98a1bc3f
commit
e0bc8d6813
@ -19,3 +19,4 @@ parameter_defaults:
|
|||||||
CinderDellScSecondarySanLogin: 'Admin'
|
CinderDellScSecondarySanLogin: 'Admin'
|
||||||
CinderDellScSecondarySanPassword: ''
|
CinderDellScSecondarySanPassword: ''
|
||||||
CinderDellScSecondaryScApiPort: 3033
|
CinderDellScSecondaryScApiPort: 3033
|
||||||
|
CinderDellScExcludedDomainIp: ''
|
||||||
|
@ -61,6 +61,9 @@ parameters:
|
|||||||
CinderDellScSecondaryScApiPort:
|
CinderDellScSecondaryScApiPort:
|
||||||
type: number
|
type: number
|
||||||
default: 3033
|
default: 3033
|
||||||
|
CinderDellScExcludedDomainIp:
|
||||||
|
type: string
|
||||||
|
default: ''
|
||||||
ServiceNetMap:
|
ServiceNetMap:
|
||||||
default: {}
|
default: {}
|
||||||
description: Mapping of service_name -> network name. Typically set
|
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_login: {get_param: CinderDellScSecondarySanLogin}
|
||||||
cinder::backend::dellsc_iscsi::secondary_san_password: {get_param: CinderDellScSecondarySanPassword}
|
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::secondary_sc_api_port: {get_param: CinderDellScSecondaryScApiPort}
|
||||||
|
cinder::backend::dellsc_iscsi::excluded_domain_ip: {get_param: CinderDellScExcludedDomainIp}
|
||||||
step_config: |
|
step_config: |
|
||||||
include ::tripleo::profile::base::cinder::volume
|
include ::tripleo::profile::base::cinder::volume
|
||||||
|
Loading…
x
Reference in New Issue
Block a user