GENIUS-254 GENIUS-119 GRE and L2GW tunnel missing 45/83045/6
authorNidhi <nidhi.adhvaryu@ericsson.com>
Mon, 15 Jul 2019 11:32:37 +0000 (17:02 +0530)
committerFaseela K <faseela.k@ericsson.com>
Fri, 23 Aug 2019 09:54:44 +0000 (09:54 +0000)
commita3a85a6905b42083491afaf8b488d6ee6d336bde
treefc62088c43aa501579a80849b6b86b399ca0a2f3
parenta4b8ba7de3124b966cd53db7c2e32ebde7a21945
GENIUS-254 GENIUS-119 GRE and L2GW tunnel missing

There is a race condition between creation of tun port and
bridge ref, port not created. When we are trying to add bridge
to ovsdb from SB, NB is trying to add port for same bridge.
during which NB will check DS for bridge entry,which will be
empty as SB is trying to add it in ovsdb at the same time.
So we are adding eventcallback to synchronize both events.

Change-Id: I7f6c0583d90d5aa91e0ae063123680bdece08998
Signed-off-by: Nidhi <nidhi.adhvaryu@ericsson.com>
interfacemanager/interfacemanager-impl/src/main/java/org/opendaylight/genius/interfacemanager/renderer/ovs/confighelpers/OvsInterfaceConfigAddHelper.java