From 36424f46ff5543c2ae475c60bb3e08f299c55799 Mon Sep 17 00:00:00 2001 From: Ed Warnicke Date: Sun, 10 Jan 2016 06:15:18 -0800 Subject: Initial honeycomb code commit. This commit drops the basic structure with disabled integration tests. The tests will be enabled in a follow-up patch, which sorts out the current .so loading problems. Change-Id: If70f2f13b2cf49af82996f884218ac05d335c2ed Signed-off-by: Ed Warnicke Signed-off-by: Robert Varga --- v3po/features/pom.xml | 135 +++++++++++++++++++++++++++ v3po/features/src/main/features/features.xml | 54 +++++++++++ 2 files changed, 189 insertions(+) create mode 100644 v3po/features/pom.xml create mode 100644 v3po/features/src/main/features/features.xml (limited to 'v3po/features') diff --git a/v3po/features/pom.xml b/v3po/features/pom.xml new file mode 100644 index 000000000..e95617451 --- /dev/null +++ b/v3po/features/pom.xml @@ -0,0 +1,135 @@ + + + + + io.fd.honeycomb.common + features-parent + 1.0.0-SNAPSHOT + ../../common/features-parent + + io.fd.honeycomb.v3po + v3po-features + 1.0.0-SNAPSHOT + ${project.artifactId} + 4.0.0 + + 3.1.1 + + + 0.8.0-SNAPSHOT + 1.3.0-SNAPSHOT + 1.3.0-SNAPSHOT + 1.0.0-SNAPSHOT + 0.8.0-SNAPSHOT + 0.3.0-SNAPSHOT + etc/opendaylight/karaf + + + + + + org.opendaylight.controller + mdsal-artifacts + ${mdsal.version} + pom + import + + + org.opendaylight.netconf + restconf-artifacts + ${restconf.version} + pom + import + + + org.opendaylight.netconf + netconf-artifacts + ${netconf.version} + pom + import + + + + + + org.opendaylight.yangtools + features-yangtools + features + ${yangtools.version} + xml + runtime + + + org.opendaylight.mdsal.model + features-mdsal-model + ${mdsal.model.version} + features + xml + runtime + + + org.opendaylight.controller + features-mdsal + features + xml + runtime + + + org.opendaylight.netconf + features-restconf + features + xml + runtime + + + org.opendaylight.netconf + features-netconf-connector + features + xml + runtime + + + org.opendaylight.dlux + features-dlux + features + ${dlux.version} + xml + runtime + + + ${project.groupId} + v3po-impl + ${project.version} + + + ${project.groupId} + v3po-impl + ${project.version} + xml + config + + + ${project.groupId} + v3po-api + ${project.version} + + + io.fd.vpp + vppjapi + 1.0.0-SNAPSHOT + + + diff --git a/v3po/features/src/main/features/features.xml b/v3po/features/src/main/features/features.xml new file mode 100644 index 000000000..2055dd935 --- /dev/null +++ b/v3po/features/src/main/features/features.xml @@ -0,0 +1,54 @@ + + + + + mvn:org.opendaylight.yangtools/features-yangtools/${yangtools.version}/xml/features + mvn:org.opendaylight.controller/features-mdsal/${mdsal.version}/xml/features + mvn:org.opendaylight.mdsal.model/features-mdsal-model/${mdsal.model.version}/xml/features + mvn:org.opendaylight.netconf/features-restconf/${restconf.version}/xml/features + mvn:org.opendaylight.netconf/features-netconf-connector/${netconf.version}/xml/features + mvn:org.opendaylight.dlux/features-dlux/${dlux.version}/xml/features + + + odl-mdsal-models + mvn:io.fd.honeycomb.v3po/v3po-api/${project.version} + + + + odl-mdsal-broker + odl-v3po-api + odl-netconf-connector-ssh + odl-netconf-mdsal + mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version} + wrap:mvn:io.fd.vpp/vppjapi/1.0.0-SNAPSHOT + mvn:io.fd.honeycomb.v3po/v3po-impl/${project.version}/xml/config + + + + odl-v3po + odl-restconf + + + + odl-v3po-rest + odl-mdsal-apidocs + odl-mdsal-xsql + odl-dlux-yangui + + + -- cgit 1.2.3-korg