Adding Karaf features for L2switch 15/10115/5
authorEd Warnicke <eaw@cisco.com>
Tue, 19 Aug 2014 00:08:53 +0000 (17:08 -0700)
committerEd Warnicke <eaw@cisco.com>
Sat, 23 Aug 2014 18:43:56 +0000 (13:43 -0500)
commitac9176397d4e4d640b159257cfa4c94e8da58528
tree3ec69a67b34815770043035631ad2ad5bb601b86
parent094db6079945d16048ae6d95c2a30afb835435ec
Adding Karaf features for L2switch

Also added a local karaf distributions.

cd distribution/karaf/target/assembly/bin
./karaf

And it will come up running l2switch and restconf.

Point mininet at it, pingall, and look at the host tracking
in topology:

GET http://localhost:8181/restconf/operational/network-topology:network-topology/

Had to force maven bundle plugin to 2.4.0 as 2.5.0 is incompatible
with karaf

Change-Id: I0ff09b6d330d3fc7e741cfdc8d652637fdea8ff3
Signed-off-by: Amit Mandke <ammandke@cisco.com>
Signed-off-by: Ed Warnicke <eaw@cisco.com>
distribution/karaf/pom.xml [new file with mode: 0644]
features/hosttracker/pom.xml [deleted file]
features/hosttracker/src/main/resources/features.xml [deleted file]
features/pom.xml
features/src/main/resources/features.xml [new file with mode: 0644]
parent/pom.xml
pom.xml