Adding neutron-ovsdb. 08/20308/12
authorThomas Bachman <tbachman@yahoo.com>
Wed, 13 May 2015 10:16:44 +0000 (06:16 -0400)
committerThomas Bachman <tbachman@yahoo.com>
Mon, 18 May 2015 23:36:37 +0000 (19:36 -0400)
commitb4b72d0d3aa23cfcefa8c90d5e2273272cfdc7dd
tree9391904a4b614f62687587c46c8a06fefa2a619a
parentaf9fd0080712a9da94bc91671ab29be642c370aa
Adding neutron-ovsdb.

This adds a new listener for OVSDB southbound changes,
and uses that state to update state in the endpoint
registry, as well as create tunnel ports, if absent.

Change-Id: I0f5b09c684e10e77ab7845399f903f55e60ceba6
Signed-off-by: Thomas Bachman <tbachman@yahoo.com>
Signed-off-by: Keith Burns (alagalah) <alagalah@gmail.com>
24 files changed:
commons/parent/pom.xml
features/pom.xml
features/src/main/resources/features.xml
neutron-ovsdb-config/pom.xml [new file with mode: 0644]
neutron-ovsdb-config/src/main/resources/initial/15-neutron-ovsdb.xml [new file with mode: 0644]
neutron-ovsdb/pom.xml [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/controller/config/yang/config/neutron_ovsdb/impl/NeutronOvsdbModule.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/controller/config/yang/config/neutron_ovsdb/impl/NeutronOvsdbModuleFactory.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/AbstractTunnelType.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/NeutronOvsdb.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/OvsdbDataChangeListener.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/VxlanGpeTunnelType.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/VxlanTunnelType.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/DataStore.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/EndpointHelper.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/InventoryHelper.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/NeutronHelper.java [new file with mode: 0644]
neutron-ovsdb/src/main/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/OvsdbHelper.java [new file with mode: 0644]
neutron-ovsdb/src/main/yang/neutron-ovsdb-impl.yang [new file with mode: 0644]
neutron-ovsdb/src/test/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/TunnelTypeTest.java [new file with mode: 0644]
neutron-ovsdb/src/test/java/org/opendaylight/groupbasedpolicy/neutron/ovsdb/util/DataStoreTest.java [new file with mode: 0644]
pom.xml
renderers/ofoverlay/pom.xml
renderers/ofoverlay/src/main/java/org/opendaylight/groupbasedpolicy/renderer/ofoverlay/node/SwitchManager.java