puppet-tripleo/releasenotes/notes/fix-odl-ovs-flows-sync-7b2cb7a29f0c89ec.yaml
Tim Rozet 199ddad31b Adds check and resyncs ODL/OVS OF pipeline
Some flows may be missing in OVS (on a per table basis) when deploying
with OpenDaylight. There is no OpenDaylight fix yet for this issue, so
this patch implements a workaround. The workaround is to check if all
the tables exist on each OVS node. If they are missing, then reset the
OpenFlow connection to the ODL controller, which will result in ODL
pushing the flows again and inserting the missing flows.

Closes-Bug: 1775436

Change-Id: I28d13a26198268cfd1f3e9e64236605f24319a04
Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-06-06 14:06:48 -04:00

7 lines
184 B
YAML

---
fixes:
- |
Fixes an issue where OVS may be missing flows post-deployment with
OpenDaylight. For more information see
https://bugs.launchpad.net/tripleo/+bug/1775436