commit | e2151ffa4108c57df6aa9cc6d6a6e8ea7f51f14b | [log] [tgz] |
---|---|---|
author | Oleksii Chupryn <achuprin@mirantis.com> | Tue Mar 13 16:01:12 2018 +0200 |
committer | Oleksii Chupryn <achuprin@mirantis.com> | Thu Mar 15 07:49:48 2018 +0200 |
tree | af72d5cef50b64f7e24b2953cf0316a9df2c44e4 | |
parent | 9e9123cea820dac29041125517ee02fbd4e7bb3a [diff] [blame] |
Add ability to add linux network interface into OVS dpdk bridge Change-Id: I1c78c9ccbc14cefff8226db50258b56a713abfd5 Related-Prod: PROD-18111
diff --git a/tests/pillar/network_openvswitch_dpdk.sls b/tests/pillar/network_openvswitch_dpdk.sls index d4e6785..d202c5e 100644 --- a/tests/pillar/network_openvswitch_dpdk.sls +++ b/tests/pillar/network_openvswitch_dpdk.sls
@@ -20,6 +20,11 @@ name: "openvswitch-vhost" path: "/run/openvswitch-vhost" interface: + eth0: + enabled: true + type: eth + proto: manual + ovs_bridge: br-prv dpdk0: name: enp5s0f1 pci: "0000:05:00.1"