Install ODL from latest Beryllium SR repo
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 4b3f121cef9075ae99cad461de752f4e7f2fcebc..ec09f628a63ad8bbc8f8319b7c5ebf6bb8760049 100644 (file)
@@ -10,8 +10,16 @@ class opendaylight::params {
   # TODO: Remove this possible source of bugs^^
   $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management']
   $extra_features = []
+  $odl_rest_port = '8080'
+  $odl_bind_ip = '0.0.0.0'
   $install_method = 'rpm'
-  $tarball_url = 'https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.3-Helium-SR3/distribution-karaf-0.2.3-Helium-SR3.tar.gz'
+  $rpm_repo = 'opendaylight-4-release'
+  $tarball_url = ''
   $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
   $odl_rest_port = '8080'
+  $enable_l3 = 'no'
+  $log_levels = {}
+  $enable_ha = false
+  $ha_node_ips = []
+  $ha_node_index = ''
 }