Rough musings towards an MD-SAL OVSDB SB
authorEd Warnicke <eaw@cisco.com>
Mon, 19 Jan 2015 20:17:53 +0000 (13:17 -0700)
committerEd Warnicke <eaw@cisco.com>
Wed, 4 Feb 2015 02:28:43 +0000 (02:28 +0000)
This patch is incomplete, it only manages to accept
ovsdb connections and log them, but its a start.

PatchSet2: Added a simple starting model around tunneling
PatchSet3: Added additional tunnel info
PatchSet4: Added ovsdb.yang model.  Separated tunnel into tunnel.yang
PatchSet5: Renamed tunnel.yang to overlay.yang.  Added topology-type info.
PatchSet6: Added in dummy DataChangeListener for OvsdbNodes.
           Moved mapping functions into a mapping class.
           Handled tracking of OvsdbClients
PatchSet7:  Responded to comments:
            Fixed whitespace
            Fixed parent for aggregator
            Fixed features from odl-southbound- to odl-ovsdb-southbound-
PatchSet10: Added DataChangeListner to listen for new ovsdb-nodes in topology
            and connect to them.
PatchSet15: Response to Colin's comments
PatchSet18: Fixed feature dependencies.  Depends on patch
            https://git.opendaylight.org/gerrit/#/c/14791/ in controller
PatchSet19: Fixed small error in startup order

Change-Id: I13179ec4a1c338ae239f79c0812adf4bc4d6e76d
Signed-off-by: Ed Warnicke <eaw@cisco.com>
.gitignore
pom.xml

index 7326a4a5281fa86c98904f1174133a4fc695a96b..6576f6243cb3b4a5a016470b063553fa9dbe32de 100755 (executable)
@@ -27,3 +27,6 @@ target-ide/
 .vagrant
 .DS_Store
 .checkstyle
+yang-gen-config
+yang-gen-sal
+maven-metadata-local.xml
diff --git a/pom.xml b/pom.xml
index 4fe29d7b94af67301770b6993d3421be7134c912..468633cd6fb8f244dde27f8a33a7b38316b1a529 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -35,6 +35,7 @@
     <module>openstack/net-virt</module>
     <module>openstack/net-virt-providers</module>
     <module>ovs-sfc</module>
+    <module>southbound</module>
     <!-- Integration Tests -->
     <module>integrationtest</module>
     <!-- Config Files -->