aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
authorFeng Pan <fpan@redhat.com>2016-11-07 19:22:21 -0500
committerFeng Pan <fpan@redhat.com>2016-11-21 21:27:09 -0500
commit9326e4237f4d161f297dc4493ab4928ea6e2bf0f (patch)
tree25372fa964fe84b160c5bfc58304285902edbefc /manifests/params.pp
parentc70bea9fb9cd5dfb29d7ab8f7aaae7324c31f1e3 (diff)
Initial Commit.
Change-Id: I212ec4be42357edddd931e9e479e33131ccd4bac Signed-off-by: Feng Pan <fpan@redhat.com>
Diffstat (limited to 'manifests/params.pp')
-rw-r--r--manifests/params.pp13
1 files changed, 13 insertions, 0 deletions
diff --git a/manifests/params.pp b/manifests/params.pp
new file mode 100644
index 0000000..9dae301
--- /dev/null
+++ b/manifests/params.pp
@@ -0,0 +1,13 @@
+# == Class fdio::params
+#
+# This class manages the default params for the fdio class.
+#
+class fdio::params {
+ $repo_branch = 'release'
+ $vpp_dpdk_devs = []
+ $vpp_dpdk_uio_driver = 'uio_pci_generic'
+ $vpp_vlan_enabled = false
+ $vpp_cpu_main_core = undef
+ $vpp_cpu_corelist_workers = undef
+ $copy_kernel_nic_ip = true
+}