Initial infrastructure creation for ALTO 22/16422/1
authorGeorge Zhao <george.y.zhao@huawei.com>
Thu, 12 Mar 2015 23:43:47 +0000 (16:43 -0700)
committerGeorge Zhao <george.y.zhao@huawei.com>
Thu, 12 Mar 2015 23:48:09 +0000 (16:48 -0700)
commit7191f02c7158940d6f9d505007e368aad6cd20b8
tree76fe102cb00ca04c45e2e7aaf597e748ba6cfe58
parent3cf9e4aded0bdc205156656f50d2078ff5fe08a9
Initial infrastructure creation for ALTO

Change-Id: I73874d35617912919a8fe5009f2d86c811b79672
Signed-off-by: George Zhao <george.y.zhao@huawei.com>
13 files changed:
alto-api/pom.xml [new file with mode: 0644]
alto-api/src/main/yang/alto.yang [new file with mode: 0644]
alto-artifacts/pom.xml [new file with mode: 0644]
alto-features/pom.xml [new file with mode: 0644]
alto-features/src/main/features/features.xml [new file with mode: 0644]
alto-impl/pom.xml [new file with mode: 0644]
alto-impl/src/main/config/default-config.xml [new file with mode: 0644]
alto-impl/src/main/java/org/opendaylight/alto/AltoProvider.java [new file with mode: 0644]
alto-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/alto/impl/rev141210/AltoImplModule.java [new file with mode: 0644]
alto-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/alto/impl/rev141210/AltoImplModuleFactory.java [new file with mode: 0644]
alto-impl/src/main/yang/alto-impl.yang [new file with mode: 0644]
alto-karaf/pom.xml [new file with mode: 0644]
pom.xml [new file with mode: 0644]