Bug 8985 - Configure SNAT to use conntack
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index b5ca3c37ed4aaddbab8f63d2dbdb7fc634f27646..9c90cb8c453442fb1930eb8ecb04b47a53dff2a9 100644 (file)
@@ -10,8 +10,22 @@ class opendaylight::params {
   # TODO: Remove this possible source of bugs^^
   $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management']
   $extra_features = []
-  $install_method = 'rpm'
-  $tarball_url = 'https://nexus.opendaylight.org/content/groups/public/org/opendaylight/integration/distribution-karaf/0.2.2-Helium-SR2/distribution-karaf-0.2.2-Helium-SR2.tar.gz'
-  $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
   $odl_rest_port = '8080'
+  $odl_bind_ip = '0.0.0.0'
+  $rpm_repo = 'opendaylight-6-testing'
+  $deb_repo = 'ppa:odl-team/carbon'
+  $log_levels = {}
+  $enable_ha = false
+  $ha_node_ips = []
+  $ha_node_index = 0
+  $ha_db_modules = { 'default' => false }
+  $security_group_mode = 'stateful'
+  $vpp_routing_node = ''
+  $java_opts = '-Djava.net.preferIPv4Stack=true'
+  $manage_repositories = true
+  $username = 'admin'
+  $password = 'admin'
+  $log_max_size = '10GB'
+  $log_max_rollover = 2
+  $snat_mechanism = 'controller'
 }