Bug 8985 - Configure SNAT to use conntack
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index a2925ff75479211a9de31fa399c0db27c7e3c442..9c90cb8c453442fb1930eb8ecb04b47a53dff2a9 100644 (file)
@@ -12,15 +12,20 @@ class opendaylight::params {
   $extra_features = []
   $odl_rest_port = '8080'
   $odl_bind_ip = '0.0.0.0'
-  $install_method = 'rpm'
-  $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'
+  $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'
 }