Add coala support and fix/lint files
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index daeaf7b6d65ed6bd4a50fbf11c3acddd9a96aa18..405475a225372141ea53e4b7d042e89508fd4950 100644 (file)
@@ -11,9 +11,16 @@ 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/repositories/autorelease-1025/org/opendaylight/integration/distribution-karaf/0.4.0-beryllium-daily-v201601200134/distribution-karaf-0.4.0-beryllium-daily-v201601200134.tar.gz'
+  $rpm_repo = 'opendaylight-5-testing'
+  $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 = ''
+  $security_group_mode = 'stateful'
 }