Pass blacklisted_{ip_addresses,hostnames} to major_upgrade_steps
Durig upgrade PostDeploySteps is mapped into major_upgrade_steps which was missing blacklisted_{ip_addresses,hostnames} previously added only into deploy-steps. Change-Id: Ifdcdad63e430972f7254f0c40e021b00333fdf56 Closes-Bug: 1745379
This commit is contained in:
parent
5926cbaa90
commit
a592cc05bf
@ -16,6 +16,14 @@ parameters:
|
|||||||
description: Mapping of Role name e.g Controller to the per-role data
|
description: Mapping of Role name e.g Controller to the per-role data
|
||||||
ctlplane_service_ips:
|
ctlplane_service_ips:
|
||||||
type: json
|
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:
|
UpdateIdentifier:
|
||||||
type: string
|
type: string
|
||||||
default: ''
|
default: ''
|
||||||
|
Loading…
Reference in New Issue
Block a user