INTPAK-140: Fixes always listening on default port
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 84805522b0dced005d528291b57d2d4ea5d384aa..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 = 'opendaylight-6-testing'
-  $deb_repo = 'ppa:odl-team/carbon'
+  $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 = []
@@ -27,4 +27,11 @@ class opendaylight::params {
   $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'
 }