INTPAK-140: Fixes always listening on default port
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 592b4e0a6d7aac10e7dd32e505092c42718c677e..74d45a60c59481ab12b845216f780010cc380ce7 100644 (file)
@@ -8,13 +8,30 @@ class opendaylight::params {
   #   spec/classes/opendaylight_spec.rb tests that use default Karaf features
   # Else, both the Beaker and RSpec tests will fail
   # TODO: Remove this possible source of bugs^^
-  $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management']
+  $default_features = ['standard', 'wrap', 'ssh']
   $extra_features = []
-  $odl_rest_port = '8080'
-  $install_method = 'rpm'
-  $tarball_url = 'https://nexus.opendaylight.org/content/repositories/staging/org/opendaylight/integration/distribution-karaf/0.4.0-beryllium-daily-v201602020032/distribution-karaf-0.4.0-beryllium-daily-v201602020032.tar.gz'
-  $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
-  $odl_rest_port = '8080'
-  $enable_l3 = 'no'
+  $odl_rest_port = '8181'
+  $odl_bind_ip = '0.0.0.0'
+  $rpm_repo = 'https://nexus.opendaylight.org/content/repositories/opendaylight-oxygen-epel-7-$basearch-devel'
+  $deb_repo = 'ppa:odl-team/nitrogen'
   $log_levels = {}
+  $enable_ha = false
+  $ha_node_ips = []
+  $ha_node_index = 0
+  $ha_db_modules = { 'default' => false }
+  $vpp_routing_node = ''
+  $java_opts = '-Djava.net.preferIPv4Stack=true'
+  $manage_repositories = true
+  $username = 'admin'
+  $password = 'admin'
+  $log_max_size = '10GB'
+  $log_max_rollover = 2
+  $snat_mechanism = 'controller'
+  $enable_tls = false
+  $tls_keystore_password = undef
+  $tls_key_file = undef
+  $tls_cert_file = undef
+  $tls_ca_cert_file = undef
+  $tls_trusted_certs = []
+  $log_mechanism = 'file'
 }