diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-25 04:14:40 +0200 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2018-08-29 17:04:16 +0200 |
commit | 0255a199e132ca0364f4719fcec26622d7c19d67 (patch) | |
tree | cf4dec6868072d20cb8bda70477f78285e03b04f /mcp/reclass/classes/cluster/mcp-ovn-noha | |
parent | b0a8b088bcf73302b5fa4d30c8fad6a1612938d5 (diff) |
Add noifupdown for all br-floating
Since we reboot all nodes, applying the network configuration via
Salt before reboot is pointless and creates a race condition with
OVS.
While at it, add `--ignore-errors` to ifup call for OVS bridge to
prevent a race condition during linux.network state apply.
Change-Id: I22fe0afaffecd7b850a6b77d7b810ed296bfc9ca
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-ovn-noha')
-rw-r--r-- | mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/compute.yml.j2 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/compute.yml.j2 index ac3555604..c7c9787f8 100644 --- a/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-ovn-noha/openstack/compute.yml.j2 @@ -47,3 +47,4 @@ parameters: - {{ ma.interface_str(nm.cmp001.nic_public, nm.vlan_public) }} gateway: ${_param:opnfv_net_public_gw} name_servers: {{ nm.dns_public }} + noifupdown: true |