From a592cc05bf14b929b6791ddf3f9bf4586389e0b3 Mon Sep 17 00:00:00 2001 From: Giulio Fidente Date: Thu, 25 Jan 2018 14:59:25 +0100 Subject: [PATCH] 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 --- common/major_upgrade_steps.j2.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/common/major_upgrade_steps.j2.yaml b/common/major_upgrade_steps.j2.yaml index be0a133aab..1fc1244c11 100644 --- a/common/major_upgrade_steps.j2.yaml +++ b/common/major_upgrade_steps.j2.yaml @@ -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: ''