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
(cherry picked from commit a592cc05bf)
This commit is contained in:
Giulio Fidente 2018-01-25 14:59:25 +01:00
parent 279c70a808
commit f9c9f45d9d
1 changed files with 8 additions and 0 deletions

View File

@ -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: ''