From c2dd72cb5eb24f0cdc2ba5f944d524bf8c4b722c Mon Sep 17 00:00:00 2001 From: Zuul Date: Mon, 7 Jan 2019 18:39:51 +0000 Subject: [PATCH] Update git submodules * Update tripleo-heat-templates from branch 'master' - Merge "Add a tag's containing subnet cidr to ctlplane network" - Add a tag's containing subnet cidr to ctlplane network Since the ctlplane network and it's subnets are created outside of the overcloud heat templates we cannot in an easy way create a list containing the cidr of each of the ctlplane subnets in THT. Prior to routed networks we only had one subnet and was able to create the NetCidrMapValue by reading the cidr value of one of the ControlVirtualIP resource. When we have multiple subnets on each network we should make NetCidrMapValue contain lists of cidrs for each network. By setting a tags on the ctlplane network, one per subnet, containing each individual subnets cidr the tags can be loaded via the ControlVirtualIP resource so that we can have NetCidrMapValue contain all the cidrs of the ctlplane network. Change-Id: I7d9a951d0c156c83430c1e326bc8edcb52b08537 Partial: blueprint tripleo-routed-networks-templates --- tripleo-heat-templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tripleo-heat-templates b/tripleo-heat-templates index 845bc3e845..f115079de0 160000 --- a/tripleo-heat-templates +++ b/tripleo-heat-templates @@ -1 +1 @@ -Subproject commit 845bc3e845e737cebdc2dc93d80767c4c2682b3a +Subproject commit f115079de0fccd2e32585e8074f05328be828d63