Migrate modules in alto-core to blueprint 03/49703/2
authorjensenzhang <jingxuan.n.zhang@gmail.com>
Wed, 21 Dec 2016 14:36:38 +0000 (22:36 +0800)
committerJensen Zhang <jingxuan.n.zhang@gmail.com>
Thu, 22 Dec 2016 07:12:48 +0000 (07:12 +0000)
commita911354dfd1ef6555bfe7af07d3af0bfebe7c8a9
tree7af1fa6c6d29d7c70debb8365bc7ac9668594a8e
parent9adcdffc40b8bc1f86bf4e52f288c14e18ced293
Migrate modules in alto-core to blueprint

- Migrate northbound and standard-northbound-routes
- Create a script in utils for automatic migration

Change-Id: I5e939a1d403f7710cbec75ac9d65d7038fa1e2e4
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
49 files changed:
alto-core/northbound/api/src/main/java/org/opendaylight/alto/core/northbound/api/AltoNorthboundRoute.java
alto-core/northbound/api/src/main/java/org/opendaylight/alto/core/northbound/api/AltoNorthboundRouter.java
alto-core/northbound/impl/src/main/config/default-config.xml [deleted file]
alto-core/northbound/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/northbound/impl/src/main/java/org/opendaylight/alto/core/northbound/impl/AltoNorthboundProvider.java
alto-core/northbound/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/impl/rev151021/AltoNorthboundModule.java [deleted file]
alto-core/northbound/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/impl/rev151021/AltoNorthboundModuleFactory.java [deleted file]
alto-core/northbound/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
alto-core/northbound/impl/src/main/yang/alto-northbound-impl.yang [deleted file]
alto-core/northbound/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/impl/rev151021/AltoNorthboundModuleFactoryTest.java [deleted file]
alto-core/northbound/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/impl/rev151021/AltoNorthboundModuleTest.java [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundRouteCostmap.java
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/costmap/impl/rev151021/AltoNorthboundRouteCostmapModule.java [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/costmap/impl/rev151021/AltoNorthboundRouteCostmapModuleFactory.java [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/costmap/impl/src/main/yang/alto-northbound-route-costmap-impl.yang [deleted file]
alto-core/standard-northbound-routes/costmap/impl/src/test/java/org/opendaylight/alto/core/northbound/route/costmap/impl/AltoNorthboundCostmapTest.java
alto-core/standard-northbound-routes/endpointcost/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/AltoNorthboundRouteEndpointcost.java
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/endpointcost/impl/rev151021/AltoNorthboundRouteEndpointcostModule.java [deleted file]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/endpointcost/impl/rev151021/AltoNorthboundRouteEndpointcostModuleFactory.java [deleted file]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/yang/alto-northbound-route-endpointcost-impl.yang [deleted file]
alto-core/standard-northbound-routes/endpointcost/impl/src/test/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/AltoNorthboundEndpointcostTest.java
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointproperty/impl/AltoNorthboundRouteEndpointproperty.java
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/endpointproperty/impl/rev151021/AltoNorthboundRouteEndpointpropertyModule.java [deleted file]
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/endpointproperty/impl/rev151021/AltoNorthboundRouteEndpointpropertyModuleFactory.java [deleted file]
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointproperty/impl/src/main/yang/alto-northbound-route-endpointproperty-impl.yang [deleted file]
alto-core/standard-northbound-routes/endpointproperty/impl/src/test/java/org/opendaylight/alto/core/northbound/route/endpointproperty/impl/AltoNorthboundRouteEndpointpropertyTest.java
alto-core/standard-northbound-routes/networkmap/impl/src/main/config/default-config.xml [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/main/config/maven-metadata-local.xml [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/main/java/org/opendaylight/alto/core/northbound/route/networkmap/impl/AltoNorthboundRouteNetworkmap.java
alto-core/standard-northbound-routes/networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/networkmap/impl/rev151021/AltoNorthboundRouteNetworkmapModule.java [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/networkmap/impl/rev151021/AltoNorthboundRouteNetworkmapModuleFactory.java [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/main/resources/org/opendaylight/blueprint/impl-blueprint.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/networkmap/impl/src/main/yang/alto-northbound-route-networkmap-impl.yang [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/test/java/org/opendaylight/alto/core/northbound/route/networkmap/impl/AltoNorthboundNetworkmapTest.java
alto-core/standard-northbound-routes/networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/networkmap/impl/rev151021/AltoNorthboundRouteNetworkmapModuleFactoryTest.java [deleted file]
alto-core/standard-northbound-routes/networkmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/alto/northbound/route/networkmap/impl/rev151021/AltoNorthboundRouteNetworkmapModuleTest.java [deleted file]
alto-release-features/pom.xml
alto-release-features/src/main/features/features.xml
utils/migrate_blueprint.sh [new file with mode: 0755]
utils/migrate_namespace.sh [moved from migrate_namespace.sh with 94% similarity]