Implement the new alto-northbound with an example 89/29289/2
authorKai GAO <gaok12@mails.tsinghua.edu.cn>
Thu, 5 Nov 2015 03:48:38 +0000 (11:48 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 9 Nov 2015 00:56:53 +0000 (08:56 +0800)
commit544844f3c324b6a74fe7d255e9f50870c4bfd9ba
treeead8e77ba91cc4c49ef5c3393cc79ec534593495
parent43efeb304fe1ca05bacee88a8ce89f8ed326e371
Implement the new alto-northbound with an example

Patch set 2: fix syntax in standard-northbound-route-aggregator

Change-Id: Ib55e4920110fba5a50d08949b8a993f5cd7e825a
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
38 files changed:
alto-core/northbound/api/pom.xml [new file with mode: 0644]
alto-core/northbound/api/src/main/java/org/opendaylight/alto/core/northbound/api/AltoNorthboundRoute.java [new file with mode: 0644]
alto-core/northbound/api/src/main/java/org/opendaylight/alto/core/northbound/api/AltoNorthboundRouter.java [new file with mode: 0644]
alto-core/northbound/api/src/main/yang/alto-northbound.yang [new file with mode: 0644]
alto-core/northbound/artifacts/pom.xml [new file with mode: 0644]
alto-core/northbound/features/pom.xml [new file with mode: 0644]
alto-core/northbound/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/northbound/impl/pom.xml [new file with mode: 0644]
alto-core/northbound/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/northbound/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/alto/core/northbound/impl/AltoNorthbound.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/alto/core/northbound/impl/AltoNorthboundApplication.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/alto/core/northbound/impl/AltoNorthboundProvider.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/alto/core/northbound/impl/AltoNorthboundRouterImpl.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/impl/rev151021/AltoNorthboundModule.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/impl/rev151021/AltoNorthboundModuleFactory.java [new file with mode: 0644]
alto-core/northbound/impl/src/main/resources/WEB-INF/web.xml [new file with mode: 0644]
alto-core/northbound/impl/src/main/yang/alto-northbound-impl.yang [new file with mode: 0644]
alto-core/northbound/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/impl/rev151021/AltoNorthboundModuleFactoryTest.java [new file with mode: 0644]
alto-core/northbound/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/impl/rev151021/AltoNorthboundModuleTest.java [new file with mode: 0644]
alto-core/northbound/it/pom.xml [new file with mode: 0644]
alto-core/northbound/it/src/test/java/org/opendaylight/alto/core/it/AltoNorthboundIT.java [new file with mode: 0644]
alto-core/northbound/karaf/pom.xml [new file with mode: 0644]
alto-core/northbound/pom.xml [new file with mode: 0644]
alto-core/pom.xml
alto-core/standard-northbound-routes/example/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/alto/core/northbound/route/example/impl/AltoNorthboundRouteExample.java [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModule.java [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleFactory.java [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/main/yang/alto-northbound-route-example-impl.yang [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-northbound-routes/example/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/example/impl/rev151021/AltoNorthboundRouteExampleModuleTest.java [new file with mode: 0644]
alto-core/standard-northbound-routes/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-networkmap/api/pom.xml
alto-core/standard-service-models/model-networkmap/api/src/main/yang/alto-model-networkmap.yang
alto-core/standard-service-models/model-networkmap/impl/src/main/java/org/opendaylight/alto/core/impl/networkmap/test/AltoNetworkmapProvider.java