add endpointcost-northbound-route 49/34649/5
authorneal <wukunhenggo@gmail.com>
Sun, 3 Jan 2016 06:59:33 +0000 (14:59 +0800)
committerjensenzhang <jingxuan.n.zhang@gmail.com>
Thu, 25 Feb 2016 08:53:02 +0000 (16:53 +0800)
commit8564f6889d77d5f3491772862a0e55866dd61b41
treec13d30bca1e7eeac8ea7ac9d02c23cb3990127f3
parent87100a4fdecabe009cebc21cdf35509cf18783a1
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 again

Change-Id: Ic9ec69f241d7fa8a957b85d04f91e14fd01cf818
Signed-off-by: neal <wukunhenggo@gmail.com>
(cherry picked from commit 7cc585f037e221b3393c19b9b25e531f14cd5433)
Signed-off-by: jensenzhang <jingxuan.n.zhang@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]