Merge "Pass blacklisted_{ip_addresses,hostnames} to major_upgrade_steps"
This commit is contained in:
commit
9521292630
@ -16,6 +16,14 @@ parameters:
|
||||
description: Mapping of Role name e.g Controller to the per-role data
|
||||
ctlplane_service_ips:
|
||||
type: json
|
||||
blacklisted_ip_addresses:
|
||||
description: List of IP addresses belong to blacklisted servers
|
||||
type: comma_delimited_list
|
||||
default: []
|
||||
blacklisted_hostnames:
|
||||
description: List of hostnames belong to blacklisted servers
|
||||
type: comma_delimited_list
|
||||
default: []
|
||||
UpdateIdentifier:
|
||||
type: string
|
||||
default: ''
|
||||
|
Loading…
x
Reference in New Issue
Block a user