aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBob Fournier <bfournie@redhat.com>2016-08-03 17:19:21 -0400
committerBob Fournier <bfournie@redhat.com>2016-08-03 17:19:21 -0400
commit12aeac7c849fbcc2ea36635bbd9f653a3f8e092c (patch)
tree19951d86313591b94a6aed49e84a075cb4cb0d08
parent656b4f9887878b6d933311086cf1e2316f5f593a (diff)
Add management network to list of networks to ping
Add the end of overcloud deployment, a list of network IP addresses for isolated networks is used to check connectivity. The management network IP address is missing from this list. This fix adds it in so that the management network will be checked if it is configured. Change-Id: I02b020681bed7fbd6d05416280d51a2cbcc50eee Closes-Bug: 1609554
-rw-r--r--overcloud.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/overcloud.yaml b/overcloud.yaml
index 630ae21c..b1746e0a 100644
--- a/overcloud.yaml
+++ b/overcloud.yaml
@@ -1147,6 +1147,7 @@ resources:
- {get_attr: [Controller, resource.0.storage_ip_address]}
- {get_attr: [Controller, resource.0.storage_mgmt_ip_address]}
- {get_attr: [Controller, resource.0.tenant_ip_address]}
+ - {get_attr: [Controller, resource.0.management_ip_address]}
ControllerAllNodesValidationDeployment:
type: OS::Heat::StructuredDeployments