Merge "Bump Puppet version 4.x to 5.x"
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 1e0aa68be77fb74789c60c4b86317cacef477832..b90c5d813fc3e97b2a92d77aacfc4ec8a50750af 100644 (file)
@@ -7,20 +7,36 @@ class opendaylight::params {
   #   spec/spec_helper_acceptance.rb's install_odl helper fn
   #   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'
+  $odl_rest_port = '8181'
   $odl_bind_ip = '0.0.0.0'
-  $install_method = 'rpm'
-  $rpm_repo = 'opendaylight-5-testing'
-  $tarball_url = ''
-  $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
+  $rpm_repo = 'https://nexus.opendaylight.org/content/repositories/opendaylight-neon-epel-7-$basearch-devel'
+  $deb_repo = 'ppa:odl-team/nitrogen'
   $log_levels = {}
   $enable_ha = false
   $ha_node_ips = []
   $ha_node_index = 0
-  $security_group_mode = 'stateful'
+  $ha_db_modules = { 'default' => false }
   $vpp_routing_node = ''
-  $java_opts = '-Djava.net.preferIPv4Stack=true'
+  $java_opts = ''
+  $manage_repositories = true
+  $username = 'admin'
+  $password = 'admin'
+  $log_max_size = '500MB'
+  $log_max_rollover = 4
+  $log_rollover_fileindex = 'min'
+  $log_pattern = '%d{ISO8601} | %-5p | %-16t | %-60c{6} | %m%n'
+  $enable_paxosgi_logger = false
+  $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'
+  $inherit_dscp_marking = false
+  $stats_polling_enabled = false
+  $inactivity_probe = undef
 }