[odl/dpdk] Disable up/down for public interface 91/65691/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 10 Dec 2018 09:00:07 +0000 (13:00 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Mon, 10 Dec 2018 09:06:48 +0000 (13:06 +0400)
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>
mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2

index d57a4b7..3e912c1 100644 (file)
@@ -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