Added br-tun bridge installation code via InternalNetworkManager in cases when the... 27/3027/2
authorMadhu Venugopal <mavenugo@gmail.com>
Sat, 23 Nov 2013 01:06:18 +0000 (17:06 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Sun, 24 Nov 2013 19:22:27 +0000 (19:22 +0000)
commitdef4434e659cc054df664fe512f6e5b5e4f586d3
treefec70ea9d7cadfaf92a37b5e245796e6f4f551ea
parent82c31a6bff7b747e74a9cbd99a03c03402b52e7c
Added br-tun bridge installation code via InternalNetworkManager in cases when the Node is not ready for overlay.

In DevStack environement, the Controller node is also used as compute. But the OVS is not populated with the
appropriate internal networks (such as br-tun and the corresponding patch-ports).
Witht his commit, this condition is identified and appropriate installation is done on the br-tun and br-int.

Change-Id: I8f1f65da864bd8a016912b46dbed3ed9a926ef2e
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
neutron/src/main/java/org/opendaylight/ovsdb/neutron/AdminConfigManager.java
neutron/src/main/java/org/opendaylight/ovsdb/neutron/InternalNetworkManager.java
neutron/src/main/java/org/opendaylight/ovsdb/neutron/NetworkHandler.java
neutron/src/main/java/org/opendaylight/ovsdb/neutron/SouthboundHandler.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/IConnectionServiceInternal.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryService.java
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/InventoryServiceInternal.java