From 38c2905e88a113ab8fbe10bb9e30a02294e66143 Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Mon, 10 Dec 2018 13:00:07 +0400 Subject: [odl/dpdk] Disable up/down for public interface There is a race with interfaces up/down action during configuration, so activate them after node reboot. Change-Id: Id40ce746cc6635fcedd0f9c809cf4a9fe4d1f034 Signed-off-by: Michael Polenchuk --- mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 index d57a4b7c1..3e912c1e3 100644 --- a/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 +++ b/mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2 @@ -53,6 +53,7 @@ parameters: type: ovs_port mtu: ${_param:interface_mtu} bridge: br-floating + noifupdown: true br-ex: enabled: true type: bridge @@ -64,6 +65,7 @@ parameters: - float-to-ex gateway: ${_param:opnfv_net_public_gw} name_servers: {{ nm.dns_public }} + noifupdown: true {%- else %} br-mesh: enabled: true -- cgit 1.2.3-korg