Implement the base model for ALTO services 35/28735/5
authorKai GAO <gaok12@mails.tsinghua.edu.cn>
Fri, 23 Oct 2015 13:17:29 +0000 (21:17 +0800)
committerKai GAO <gaok12@mails.tsinghua.edu.cn>
Mon, 2 Nov 2015 12:28:26 +0000 (20:28 +0800)
commitcfcef59765e79fa3582f02a94be4a4717a73e6f9
tree960a6811025185ded5030d91a920c157d745af09
parentfab1d57847ddbdb7d52131104b2af9b1b9d110b9
Implement the base model for ALTO services

Patch set 2: fix checkstyle
Patch set 3: fix the module identity for impl
Patch set 4: fix the relativePath warnings
Patch set 5: rewrite the model to avoid "when"

Change-Id: Ie59630bb6450538e82645b3fbd60c8a27dee04f4
Signed-off-by: Kai GAO <gaok12@mails.tsinghua.edu.cn>
21 files changed:
alto-core/basic-types/pom.xml
alto-core/pom.xml
alto-core/standard-service-models/model-base/api/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/api/src/main/yang/service-model-base.yang [new file with mode: 0644]
alto-core/standard-service-models/model-base/artifacts/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/features/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/features/src/main/features/features.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/config/maven-metadata-local.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/alto/core/impl/AltoModelBaseProvider.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModule.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleFactory.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/main/yang/service-model-base-test-impl.yang [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleFactoryTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/alto/service/model/test/rev151021/AltoModelBaseModuleTest.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/it/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/it/src/test/java/org/opendaylight/alto/core/it/AltoModelBaseIT.java [new file with mode: 0644]
alto-core/standard-service-models/model-base/karaf/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/model-base/pom.xml [new file with mode: 0644]
alto-core/standard-service-models/pom.xml [new file with mode: 0644]