Merge "Pass blacklisted_{ip_addresses,hostnames} to major_upgrade_steps"

This commit is contained in:
Zuul 2018-01-27 02:50:59 +00:00 committed by Gerrit Code Review
commit 9521292630
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: ''