aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-02-28 04:12:10 +0100
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>2018-03-01 17:43:21 +0100
commitb83ff5f0deb63461098d7dbf2c03f6f869c0c586 (patch)
treeda9eb18ef458b99e6396524b270318f663b319d9
parent77035382d218b650b23dc1f383739c5a939072a9 (diff)
[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 <Alexandru.Avadanii@enea.com>
-rw-r--r--mcp/reclass/classes/cluster/mcp-pike-ovs-dpdk-noha/openstack/compute.yml2
1 files changed, 2 insertions, 0 deletions
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