Initial bundle creation for HWTEP SB 72/26272/4
authorVishal Thapar <vishal.thapar@ericsson.com>
Tue, 1 Sep 2015 09:32:08 +0000 (15:02 +0530)
committerVishal Thapar <vishal.thapar@ericsson.com>
Tue, 15 Sep 2015 13:51:47 +0000 (19:21 +0530)
commit2a05bc086bf71c9c3d87ee330f797526c3309bff
treef42b8d6019ba23a0583e4978af2054de2a4aa76a
parent53770e68e6b68362ae957260d25d07023781f03a
Initial bundle creation for HWTEP SB

1. Creating initial bundles for hwvtep southbound using Startup Project
archetype.
2. Adds hwvtepsouthbound bundle and entry in ovsdb/pom.xml

PatchSet2:
1. Addressed review comments and added hwvtepsouthbound-it

PatchSet3:
1. Fixed IT failure.

PatchSet4:
Fixed minor issue in southbound/default-config.xml

Change-Id: Ib185c1a9a90b08dc84f64231b8fee414d1e209a0
Signed-off-by: Vishal Thapar <vishal.thapar@ericsson.com>
18 files changed:
hwvtepsouthbound/hwvtepsouthbound-api/pom.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-api/src/main/yang/hwvtepsouthbound.yang [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-artifacts/pom.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-features/pom.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-features/src/main/features/features.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/pom.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/config/default-config.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/ovsdb/hwvtepsouthbound/impl/HwvtepSouthboundProvider.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hwvtepsouthbound/impl/rev150901/HwvtepSouthboundModule.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hwvtepsouthbound/impl/rev150901/HwvtepSouthboundModuleFactory.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/main/yang/hwvtepsouthbound-impl.yang [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hwvtepsouthbound/impl/rev150901/HwvtepSouthboundModuleFactoryTest.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-impl/src/test/java/org/opendaylight/yang/gen/v1/urn/opendaylight/params/xml/ns/yang/hwvtepsouthbound/impl/rev150901/HwvtepSouthboundModuleTest.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-it/pom.xml [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-it/src/test/java/org/opendaylight/ovsdb/hwvtepsouthbound/it/HwvtepSouthboundIT.java [new file with mode: 0644]
hwvtepsouthbound/hwvtepsouthbound-karaf/pom.xml [new file with mode: 0644]
hwvtepsouthbound/pom.xml [new file with mode: 0644]
pom.xml