Install ODL from latest Beryllium SR repo
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index 55f1c97270402bfeec2837e91868907e8ae797d7..ec09f628a63ad8bbc8f8319b7c5ebf6bb8760049 100644 (file)
@@ -11,8 +11,15 @@ class opendaylight::params {
   $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.3.0-Lithium/distribution-karaf-0.3.0-Lithium.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 = ''
 }