aboutsummaryrefslogtreecommitdiffstats
path: root/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
diff options
context:
space:
mode:
authorMichael Polenchuk <mpolenchuk@mirantis.com>2019-04-05 12:46:16 +0400
committerMichael Polenchuk <mpolenchuk@mirantis.com>2019-04-17 09:37:18 +0000
commit5b2ad6fc2bcb56c2e83f78e2012ba4c8899ea2c8 (patch)
tree004028d0d4d4d0d538ba2b493cecfac87e2e8b7d /mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
parent283b949aedaee0bdcba5c36e7cd9108b0c1aae46 (diff)
[odl] Disable timeout for learnt flows of snat
Set timeout value for snat punts to zero to turn off the rate limiting and installation of learnt flows. Change-Id: I79dad8fd0f925bfc11d7dc1678c3a414dc35fa56 Signed-off-by: Michael Polenchuk <mpolenchuk@mirantis.com> (cherry picked from commit 2d78f9be1148d1e00ba5a85addc4601d68bc5393)
Diffstat (limited to 'mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2')
-rw-r--r--mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j24
1 files changed, 3 insertions, 1 deletions
diff --git a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2 b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
index 7b8cf2017..0c504a264 100644
--- a/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
+++ b/mcp/reclass/classes/cluster/mcp-odl-noha/opendaylight/control.yml.j2
@@ -22,7 +22,9 @@ parameters:
java_min_mem: 4g
java_max_mem: 4g
router_enabled: true
- netvirt_nat_mode: conntrack
+ netvirt_natservice:
+ nat_mode: conntrack
+ snat_punt_timeout: 0
karaf_features:
odl_default:
- odl-restconf-all