From b83ff5f0deb63461098d7dbf2c03f6f869c0c586 Mon Sep 17 00:00:00 2001 From: Alexandru Avadanii Date: Wed, 28 Feb 2018 04:12:10 +0100 Subject: [ovs/dpdk] [noha] Do not add private nic to ifaces All settings specific to private nic are handled by linux.network.dpdk but since the private nic's `interface.type` is currently 'eth', it is not filtered out from /etc/network/interfaces. To prevent this, define `interface.type` as a dummy value containing the 'dpdk' substring. Change-Id: I565153ee80698572209e12b4eec5f44f9416d945 Signed-off-by: Alexandru Avadanii --- .../classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml index 405af7876..53ba74592 100644 --- a/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml +++ b/mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml @@ -31,3 +31,5 @@ parameters: br-prv: enabled: true type: dpdk_ovs_bridge + tenant_interface: + type: dpdk # Not a meaningful type, just match 'dpdk' for filtering -- cgit 1.2.3-korg