Implemented a simple northbound service and add it to the features. 42/17542/1
authorGao Kai <gaok12@mails.tsinghua.edu.cn>
Wed, 1 Apr 2015 14:09:04 +0000 (22:09 +0800)
committerGao Kai <gaok12@mails.tsinghua.edu.cn>
Wed, 1 Apr 2015 14:09:04 +0000 (22:09 +0800)
commit6dd2b9bf150610345507386787d2bd90816f1c90
tree702a8041d6f2802771da41e77cc0f4dcd7e33bea
parent55b75368927a5439a69fc8c37e755d331bcd5eb5
Implemented a simple northbound service and add it to the features.

Can deploy with opendaylight-karaf now.

Change-Id: Id02bb7030af0b17f826047c135a015e701e7db2f
Signed-off-by: Gao Kai <gaok12@mails.tsinghua.edu.cn>
17 files changed:
alto-artifacts/pom.xml
alto-commons/pom.xml [new file with mode: 0644]
alto-commons/src/main/java/org/opendaylight/alto/commons/types/Errors.java [new file with mode: 0644]
alto-commons/src/main/java/org/opendaylight/alto/commons/types/RFC7285MediaType.java [new file with mode: 0644]
alto-commons/src/main/java/org/opendaylight/alto/commons/types/YangModelMediaType.java [new file with mode: 0644]
alto-model/pom.xml
alto-northbound/pom.xml
alto-northbound/src/main/java/org/opendaylight/alto/northbound/AltoNorthbound.java
alto-northbound/src/main/java/org/opendaylight/alto/northbound/FakeAltoService.java [new file with mode: 0644]
alto-northbound/src/main/resources/WEB-INF/web.xml
alto-northbound/src/main/yang/alto.yang [deleted file]
alto-services/pom.xml [new file with mode: 0644]
alto-services/src/main/java/org/opendaylight/alto/services/api/IRDService.java [new file with mode: 0644]
checkstyle.xml [deleted file]
features/pom.xml
features/src/main/resources/features.xml
pom.xml