[odl/dpdk] Set pubilic bridge datapath_type=netdev 93/61293/1
authorMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 23 Aug 2018 13:16:51 +0000 (17:16 +0400)
committerMichael Polenchuk <mpolenchuk@mirantis.com>
Thu, 23 Aug 2018 13:19:03 +0000 (17:19 +0400)
In order to handle floating IPs related flows properly
the public bridge requires netdev datapath type to be set
explicitly in DPDK mode since OpenDaylight only manages
patches between integration bridge and the public one.

Change-Id: I868747dc501e9124cbecd4eb1234f74e8edd4edf
Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com>
mcp/reclass/classes/cluster/mcp-odl-noha/openstack/compute.yml.j2

index e9c91ea..bde5e7a 100644 (file)
@@ -60,6 +60,9 @@ parameters:
         br-floating:
           enabled: true
           type: ovs_bridge
+{%- if conf.MCP_DPDK_MODE %}
+          datapath_type: netdev
+{%- endif %}
           mtu: ${_param:interface_mtu}
           proto: static
           address: ${_param:external_address}