Add endpointcost-northbound-route 80/36780/3
authorneal <wukunhenggo@gmail.com>
Sun, 3 Jan 2016 06:59:33 +0000 (01:59 -0500)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Thu, 31 Mar 2016 10:31:22 +0000 (18:31 +0800)
commit4a8f6ab3de5b8cd38e3a41b3f98d4d7d39dd6d99
tree9f40ddc910d569ddfa08cdd1bf3e2eba1b0d9629
parent8721e22643a2bf2d2d6d3783e4b2c672ef1ebbe7
Add endpointcost-northbound-route

Patch Set 2: checkstyle fixed

Patch Set 3: Rebase and bump versions

Patch Set 4: fix bug by version

Patch Set 5: try to fix agaiZZ

Change-Id: Ic9ec69f241d7fa8a957b85d04f91e14fd01cf822
Signed-off-by: neal <wukunhenggo@gmail.com>
(cherry picked from commit 7cc585f037e221b3393c19b9b25e531f14cd5433)
Signed-off-by: jensenzhang <jingxuan.n.zhang@gmail.com>
(cherry picked from commit 8564f68)
Signed-off-by: jinmin <kimmin@tongji.edu.cn>
21 files changed:
alto-core/northbound/api/src/main/java/org/opendaylight/alto/core/northbound/api/utils/rfc7285/RFC7285CostType.java
alto-core/northbound/features/pom.xml
alto-core/northbound/features/src/main/features/features.xml
alto-core/standard-northbound-routes/endpointcost/api/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/api/src/main/java/org/opendaylight/alto/core/northbound/route/endpointcost/AltoNbrEndpointcostUtils.java [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/api/src/main/yang/alto-nbr-endpointcost.yang [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/AltoNorthboundRouteEndpointcost.java [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/alto/core/northbound/route/endpointcost/impl/EndpointcostRouteChecker.java [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/endpointcost/impl/rev151021/AltoNorthboundRouteEndpointcostModule.java [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/core/northbound/route/endpointcost/impl/rev151021/AltoNorthboundRouteEndpointcostModuleFactory.java [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/impl/src/main/yang/alto-northbound-route-endpointcost-impl.yang [new file with mode: 0644]
alto-core/standard-northbound-routes/endpointcost/pom.xml [new file with mode: 0644]
alto-core/standard-northbound-routes/pom.xml
test/scripts/northbound/nbr-endpointcost-create [new file with mode: 0644]
test/scripts/northbound/nbr-networkmap-create
test/scripts/northbound/query-nbr-endpointcost [new file with mode: 0644]
test/scripts/northbound/template/endpointcost-filter [new file with mode: 0644]
test/scripts/northbound/template/nbr-record-endpointcost [new file with mode: 0644]