INTPAK-140: Fixes always listening on default port
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 9623e891929cd2018e182a501d1b4a2e54be6217..74d45a60c59481ab12b845216f780010cc380ce7 100644 (file)
@@ -10,10 +10,10 @@ class opendaylight::params {
   # TODO: Remove this possible source of bugs^^
   $default_features = ['standard', 'wrap', 'ssh']
   $extra_features = []
-  $odl_rest_port = '8080'
+  $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/carbon'
+  $deb_repo = 'ppa:odl-team/nitrogen'
   $log_levels = {}
   $enable_ha = false
   $ha_node_ips = []
@@ -33,4 +33,5 @@ class opendaylight::params {
   $tls_cert_file = undef
   $tls_ca_cert_file = undef
   $tls_trusted_certs = []
+  $log_mechanism = 'file'
 }