From 9dd5d7bf353fe5ffd478ff811bb6b26538afe092 Mon Sep 17 00:00:00 2001 From: viliamluc Date: Fri, 12 Aug 2016 06:58:15 -0500 Subject: puppet module added Change-Id: Ic70ee605b7e0e88054fe5599180026a55d7dddae Signed-off-by: viliamluc --- testing/puppet-fdio/manifests/params.pp | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 testing/puppet-fdio/manifests/params.pp (limited to 'testing/puppet-fdio/manifests/params.pp') diff --git a/testing/puppet-fdio/manifests/params.pp b/testing/puppet-fdio/manifests/params.pp new file mode 100644 index 0000000..01908c3 --- /dev/null +++ b/testing/puppet-fdio/manifests/params.pp @@ -0,0 +1,14 @@ +# == Class fdio::params +# +# This class manages the default params for the ODL class. +# +class fdio::params { + # NB: If you update the default values here, you'll also need to update: + # spec/spec_helper_acceptance.rb's install_odl helper fn + # spec/classes/fdio_spec.rb tests that use default Karaf features + # Else, both the Beaker and RSpec tests will fail + # TODO: Remove this possible source of bugs^^ + $install_method = 'rpm' + $dpdk_pmd_type = 'uio_pci_generic' + $dpdk_pci_devs = [] +} -- cgit 1.2.3-korg