Models for cost map and endpoint property service 85/30385/2
authorgc19931011 <449200053@qq.com>
Mon, 30 Nov 2015 07:41:12 +0000 (15:41 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 30 Nov 2015 14:48:12 +0000 (22:48 +0800)
commitcbb79696faf2943dc2a1e12b5228b746d464a70e
tree87464a45a753b87dc00d48b5e54c1051596a4d48
parentff7488004b61d47c590c120bf735a648a0143db8
Models for cost map and endpoint property service

Patch set 2: fix the modules in default profile

Change-Id: I8cf19ce53d2107e260074e43cd51299561ce47b0
Signed-off-by: gc19931011 <449200053@qq.com>
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
43 files changed:
README.md
alto-core/basic-types/pom.xml
alto-core/standard-service-models/model-costmap/api/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/api/src/main/java/org/opendaylight/alto/core/service/model/costmap/CostmapUtils.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/api/src/main/yang/alto-model-costmap-rfc7285.yang [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/api/src/main/yang/alto-model-costmap.yang [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/artifacts/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/features/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/alto/core/impl/costmap/test/AltoCostmapProvider.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModule.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleFactory.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/main/yang/costmap-impl.yang [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/costmap/rev151021/AltoCostmapModuleTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/it/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/it/src/test/java/org/opendaylight/alto/core/it/AltoCostmapIT.java [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/karaf/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-costmap/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/api/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/api/src/main/yang/alto-model-endpointproperty-rfc7285.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/api/src/main/yang/alto-model-endpointproperty.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/artifacts/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/features/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/alto/core/impl/endpointproperty/test/AltoEndpointPropertyProvider.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModule.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleFactory.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/main/yang/alto-endpoint-test-impl.yang [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/endpointproperty/rev151021/AltoEndpointPropertyModuleTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/it/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/it/src/test/java/org/opendaylight/alto/core/it/AltoEndpointcostIT.java [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/karaf/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-endpointproperty/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/pom.xml
pom.xml