Bug 8985 - Configure SNAT to use conntack
[integration/packaging/puppet-opendaylight.git] / manifests / params.pp
index b4944f8decbbc07e358872eb39edf053b01b6e87..9c90cb8c453442fb1930eb8ecb04b47a53dff2a9 100644 (file)
@@ -11,9 +11,21 @@ class opendaylight::params {
   $default_features = ['config', 'standard', 'region', 'package', 'kar', 'ssh', 'management']
   $extra_features = []
   $odl_rest_port = '8080'
-  $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'
-  $unitfile_url = 'https://github.com/dfarrell07/opendaylight-systemd/archive/master/opendaylight-unitfile.tar.gz'
-  $odl_rest_port = '8080'
-  $enable_l3 = 'no'
+  $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'
 }