add endpointcost-northbound-route 48/32048/2
authorneal <wukunhenggo@gmail.com>
Sun, 3 Jan 2016 06:59:33 +0000 (14:59 +0800)
committerneal <wukunhenggo@gmail.com>
Sun, 3 Jan 2016 07:23:39 +0000 (15:23 +0800)
commit7cc585f037e221b3393c19b9b25e531f14cd5433
tree6cc7675cef4063d138925ff96eee3a0702a88f86
parent3daba4b2cae42e07f6e2cc71a811838f262b4568
add endpointcost-northbound-route

Patch Set 2: checkstyle fixed

Change-Id: Ic9ec69f241d7fa8a957b85d04f91e14fd01cf818
Signed-off-by: neal <wukunhenggo@gmail.com>
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]