aboutsummaryrefslogtreecommitdiffstats
path: root/lib/puppet/provider/vpp_config/vpp.rb
AgeCommit message (Collapse)AuthorFilesLines
2017-12-20APEX-559 - change setting scope regexWojciech Dec1-1/+1
Change-Id: I860b724d6220ca04e30ec883d79001e2e9e024ad Signed-off-by: Wojciech Dec <wdec@cisco.com>
2017-09-17Add vhost-user configurationsFeng Pan1-1/+1
This patch adds capability for configuring the following options in vhost-user section: - coalesce-frames - coalesce-time - dont-dump-memory JIRA: PUP-8 Change-Id: I906e7d3c937d2f1133e2bfc0838c16063b535b87 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-04-22Add parameter for dpdk-plugin supportFeng Pan1-1/+1
DPDK is now an optional plugin shipped in vpp-plugins package, adding parameter vpp_dpdk_support which defaults to true to support configuration of DPDK related options. JIRA: PUP-2 Change-Id: Ie033e2b6cd871c8f8b644499a0283949a0039bf6 Signed-off-by: Feng Pan <fpan@redhat.com>
2017-02-20Add support for inline config changesFeng Pan1-0/+118
This patch changes VPP configuration from file template to inline change directly. This prevents issue with overwriting existing VPP config. Change-Id: I4133be8ebe689d9288e3a8e64cca43afd7e42e64 Signed-off-by: Feng Pan <fpan@redhat.com>