Merge "Refactor OVNMacAddressNetwork" into stable/train

This commit is contained in:
Zuul 2021-04-19 19:03:51 +00:00 committed by Gerrit Code Review
commit 096a14115e
2 changed files with 3 additions and 3 deletions

View File

@ -14,9 +14,6 @@ resources:
type: OS::TripleO::Network::{{network.name}}
{%- endfor %}
OVNMacAddressNetwork:
type: OS::TripleO::OVNMacAddressNetwork
NetworkExtraConfig:
type: OS::TripleO::Network::ExtraConfig

View File

@ -884,6 +884,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