blob: 47464b688d8abbce322ad04b8a61f1b87da8eb63 [file] [log] [blame]
Jakub Pavlik80a8f032017-03-08 14:25:39 +01001parameters:
2 nova:
3 compute:
4 libvirt_service: libvirt-bin
5 opencontrail:
6 compute:
7 dpdk:
8 enabled: true
9 taskset: "${_param:compute_vrouter_taskset}"
10 socket_mem: "${_param:compute_vrouter_socket_mem}"
11 interface:
12 mac_address: ${_param:compute_vrouter_dpdk_mac_address}
13 pci: ${_param:compute_vrouter_dpdk_pci}
14 linux:
15 system:
16 package:
17 liburcu4:
18 version: 0.9.1-3+tcp1
19 network:
20 interface:
21 vhost0:
22 pre_up_cmds:
23 - /usr/lib/contrail/if-vhost0
24 post_up_cmds:
25 - ip link set vhost0 address ${_param:compute_vrouter_dpdk_mac_address}