From 98222bf0b48aba8a4bfd2a4d3fc8066d4898566e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Harald=20Jens=C3=A5s?= Date: Wed, 23 Sep 2020 01:13:07 +0200 Subject: [PATCH] Refactor OVNMacAddressNetwork Move the OVNMacAddressNetwork resource out of the Networks resource. This is a special network that we want to create internally. Having this network nested in the Networks resource interfer with the work related to creating composable networks with non-heat tooling. Change-Id: I5551af42bc87fb8489edbfbd2abadba3dca30b0b (cherry picked from commit 6362a0205f17d30d7a5048b38770d5ef920a3259) --- overcloud.j2.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/overcloud.j2.yaml b/overcloud.j2.yaml index 0f1e6ae7e2..04ed11046c 100644 --- a/overcloud.j2.yaml +++ b/overcloud.j2.yaml @@ -896,6 +896,9 @@ resources: properties: CtlplaneNetworkCidrs: {get_attr: [ControlVirtualIP, network, tags]} + OVNMacAddressNetwork: + type: OS::TripleO::OVNMacAddressNetwork + {%- for role in roles %} {{role.name}}GroupVars: type: OS::Heat::Value