From b719cbb990b1c6f56eefb08170fe7d36eb6fbee1 Mon Sep 17 00:00:00 2001 From: Feng Pan Date: Wed, 20 Sep 2017 07:50:44 -0400 Subject: Add startup exec commands support This patch adds support for configuring VPP startup exec commands. The commands specified will be appeneded to the exec file specified if the file already exists. JIRA: PUP-6 Change-Id: Ief8097041473573bfdb9c8460b99e14723eaa36d Signed-off-by: Feng Pan --- manifests/params.pp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'manifests/params.pp') diff --git a/manifests/params.pp b/manifests/params.pp index 3df8175..4528e6a 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -4,6 +4,8 @@ # class fdio::params { $repo_branch = 'release' + $vpp_exec_commands = undef + $vpp_exec_file = '/etc/vpp/vpp-exec' $vpp_dpdk_support = true $vpp_dpdk_devs = [] $vpp_dpdk_uio_driver = 'uio_pci_generic' -- cgit 1.2.3-korg