Bug 8985 - Configure SNAT to use conntack
[integration/packaging/puppet-opendaylight.git] / manifests / init.pp
index c1b96d300779fbc28fd1a8ee75228bbf884ce0f8..99bee07e5e884f8cce5d4de133966438c01bdb51 100644 (file)
@@ -42,6 +42,8 @@
 #   Maxium size of OpenDaylight's log file.
 # [*log_max_rollover*]
 #   Maxium number of OpenDaylight log rollovers to keep.
+# [*snat_mechanism*]
+#   Sets the mechanism to be used for SNAT (conntrack, controller)
 #
 # === Deprecated Parameters
 #
@@ -67,7 +69,8 @@ class opendaylight (
   $username            = $::opendaylight::params::username,
   $password            = $::opendaylight::params::password,
   $log_max_size        = $::opendaylight::params::log_max_size,
-  $log_max_rollover    = $::opendaylight::params::log_max_rollover
+  $log_max_rollover    = $::opendaylight::params::log_max_rollover,
+  $snat_mechanism      = $::opendaylight::params::snat_mechanism
 ) inherits ::opendaylight::params {
 
   # Validate OS family