fuel-plugin-contrail/deployment_scripts/puppet/modules/contrail/templates/agent_param.erb
Oleksandr Martsyniuk d6ce5137c2 DPDK on VF feature updated to support core SR-IOV
- generate_passthrough_whitelist function updated
- create_vfs puppet manifest added
- dpdk_on_vf manifest updated
- vrouter manifest updated
- reboot task removed
- typos fixed

Change-Id: I4ddf1676d39844567390f29567abbd83478d7f76
Signed-off-by: Illia Polliul <ipolliul@mirantis.com>
2016-09-19 12:13:54 +03:00

18 lines
619 B
Plaintext

LOG=/var/log/contrail.log
CONFIG=/etc/contrail/contrail-vrouter-agent.conf
prog=/usr/bin/contrail-vrouter-agent
<%- unless scope.lookupvar('contrail::compute_dpdk_enabled') == true then -%>
kmod=vrouter
<%- end -%>
pname=contrail-vrouter-agent
LIBDIR=/usr/lib64
DEVICE=vhost0
dev=<%= @phys_dev %>
vgw_subnet_ip=__VGW_SUBNET_IP__
vgw_intf=__VGW_INTF_LIST__
LOGFILE=--log-file=/var/log/contrail/vrouter.log
<%- if scope.lookupvar('operatingsystem') == 'CentOS' then -%>
VHOST_CFG=<%= '/etc/sysconfig/network-scripts/ifcfg-vhost0' %>
kmod=/lib/modules/<%= scope.lookupvar('kernelrelease') %>/extra/vrouter.ko
<%- end -%>