INTPAK-140: Fixes always listening on default port
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 6d2f43f2df4c6ba2bb39825139acacbf34ba5d08..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 = []