OpenContrail DPDK support
Enable DPDK vrouter agent installation and configuration
Change-Id: I846267ea66a7cf8827881cbdbdd5be328707bc6e
Epic: PROD-9023
diff --git a/tests/pillar/vrouter_dpdk.sls b/tests/pillar/vrouter_dpdk.sls
new file mode 100644
index 0000000..35f57f3
--- /dev/null
+++ b/tests/pillar/vrouter_dpdk.sls
@@ -0,0 +1,33 @@
+opencontrail:
+ common:
+ version: 3.0
+ identity:
+ engine: keystone
+ host: 127.0.0.1
+ port: 35357
+ token: token
+ password: password
+ network:
+ engine: neutron
+ host: 127.0.0.1
+ port: 9696
+ compute:
+ version: 3.0
+ enabled: True
+ dpdk:
+ enabled: True
+ taskset: 0x0000003C00003C
+ discovery:
+ host: 127.0.0.1
+ bind:
+ address: 127.0.0.1
+ interface:
+ mac_address: 90:e2:ba:7c:22:e1
+ pci: 0000:81:00.1
+ address: 127.0.0.1
+ dev: eth0
+ gateway: 127.0.0.1
+ mask: /24
+ dns: 127.0.0.1
+ mtu: 9000
+