aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/params.pp
diff options
context:
space:
mode:
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
+}