From: Michael Polenchuk Date: Mon, 10 Dec 2018 09:00:07 +0000 (+0400) Subject: [odl/dpdk] Disable up/down for public interface X-Git-Tag: opnfv-7.1.0~6 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F23%2F65723%2F1;p=fuel.git [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 (cherry picked from commit 38c2905e88a113ab8fbe10bb9e30a02294e66143) --- 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