Switch to using lisp-address instead of LispAddress 56/27756/4
authorLorand Jakab <lojakab@cisco.com>
Thu, 1 Oct 2015 16:17:22 +0000 (19:17 +0300)
committerLorand Jakab <lojakab@cisco.com>
Tue, 6 Oct 2015 11:38:12 +0000 (14:38 +0300)
commit342229989dc14e3be34703f5bc1dccb37bf895ae
treec2b89980642704a848dcd7f8bb336ac3f96dfcd2
parent6cda678f37d49dbc265f92c69473835ad224cccc
Switch to using lisp-address instead of LispAddress

This commit modifies the build to make experimentation easy. Modules
that wouldn't build are commented out, tests that would fail are skipped
by default, and Karaf will only load odl-lispflowmapping-models instead
of the odl-lispflowmapping-msmr feature. Additionally odl-mdsal-apidoc
is pulled in automatically.

If you start Karaf after a successful build, you should be able to
explore the API and play with adding/removing keys/mappings to/from the
config datastore.

Change-Id: I70fd3c950d4b668bc57fa55a8156b76fe2751437
Signed-off-by: Lorand Jakab <lojakab@cisco.com>
artifacts/pom.xml
distribution-karaf/pom.xml
features/pom.xml
features/src/main/features/features.xml
mappingservice/api/src/main/yang/mappingservice.yang
mappingservice/lisp-proto/pom.xml
mappingservice/lisp-proto/src/main/java/org/opendaylight/yang/gen/v1/urn/ietf/params/xml/ns/yang/lisp/address/types/rev150309/SimpleAddressBuilder.java [new file with mode: 0644]
mappingservice/lisp-proto/src/main/yang/lisp-proto.yang
mappingservice/pom.xml
pom.xml