Implement the model for ECS 20/28920/2
authorKai GAO <gaok12@mails.tsinghua.edu.cn>
Thu, 29 Oct 2015 02:24:16 +0000 (10:24 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 2 Nov 2015 12:31:50 +0000 (20:31 +0800)
commit43efeb304fe1ca05bacee88a8ce89f8ed326e371
tree1fcfa410a599005777df098bd418e6ae4fbf14d5
parent9a475235805b2e6e1b7a03fc80b70cf07e5cd079
Implement the model for ECS

Patch set 2: rewrite the model to avoid "when" statement

See https://tools.ietf.org/html/rfc6020#section-7.13.2 and
https://tools.ietf.org/html/rfc6020#section-7.13.3.

Change-Id: I35b3994d6dbd3a16c6faca1086d99d7106d7ae91
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
22 files changed:
README.md
alto-core/resourcepool/api/src/main/yang/alto-resourcepool.yang
alto-core/standard-service-models/model-endpointcost/api/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost-rfc7285.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/api/src/main/yang/alto-model-endpointcost.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/artifacts/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/features/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/alto/core/impl/endpointcost/test/AltoEndpointCostProvider.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModule.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleFactory.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/main/yang/alto-endpoint-test-impl.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointcost/rev151021/AltoEndpointCostModuleTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/it/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/it/src/test/java/org/opendaylight/alto/core/it/AltoEndpointcostIT.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/karaf/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointcost/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/pom.xml