aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2018-12-10 13:00:07 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2018-12-10 13:06:48 +0400
commit38c2905e88a113ab8fbe10bb9e30a02294e66143 (patch)
treee5868042feb4cdf5af8f88c3c7bf34949b5e431f
parentd97e17c3c686f97cef941ec4a9afe7009e0bc077 (diff)
[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 <mpolenchuk@mirantis.com>
-rw-r--r--mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j22
1 files changed, 2 insertions, 0 deletions
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