Merge "Sets ODL OVSDB inactivity probe timer" into stable/queens

This commit is contained in:
Zuul 2018-11-14 05:28:04 +00:00 committed by Gerrit Code Review
commit 2e99ed22f0
2 changed files with 12 additions and 0 deletions

View File

@ -94,6 +94,11 @@ parameters:
Note, these options are in addition to the default Java
options set by the karaf/ODL boot scripts and IP version
based flag set by 'opendaylight' class.
OpenDaylightInactivityProbe:
description: Time in millseconds before an inactivity probe is sent via
OVSDB to OVS
type: number
default: 180000
parameter_groups:
- label: deprecated
@ -147,6 +152,7 @@ outputs:
opendaylight::snat_mechanism: {get_param: OpenDaylightSNATMechanism}
opendaylight::log_mechanism: {get_param: OpenDaylightLogMechanism}
opendaylight::java_opts: {get_param: OpenDaylightJavaOpts}
opendaylight::inactivity_probe: {get_param: OpenDaylightInactivityProbe}
-
if:
- internal_tls_enabled

View File

@ -0,0 +1,6 @@
---
fixes:
- |
OpenDaylight inactivity probe for setting the OVSDB timeout now defaults
to 180s. This helps fix scale issues for large number of computes nodes
in OpenDaylight deployments.