sgudz | 617d2a0 | 2017-10-30 18:54:05 +0200 | [diff] [blame] | 1 | {#- DPDK interface params for vrouter #} |
2 | {#- Requires: #} | ||||
3 | {#- _param:compute_vrouter_dpdk_mac_address #} | ||||
4 | {#- _param:compute_vrouter_dpdk_pci #} | ||||
5 | # {{ interfaces_role }} | ||||
6 | {%- for interface_name, interface in interfaces.items() %} | ||||
7 | {{- set_param('compute_vrouter_dpdk_pci', interface['dpdk_pci']) }} | ||||
8 | {{- set_param('compute_vrouter_dpdk_mac_address', interface['dpdk_mac']) }} | ||||
9 | {%- endfor %} |