From 9042dd9e0c9c9c29d3918007305033fd9c17d669 Mon Sep 17 00:00:00 2001 From: Maros Marsalek Date: Fri, 29 Jul 2016 15:04:39 +0200 Subject: [PATCH] HONEYCOMB-130: Create vpp-integration distribution And remove v3po-karaf. No need for plugins to create karaf distro, instead plugins are required to add their features into vpp-integration Change-Id: I74c29843ee7927bcc4456fbe2bfb52506225078f Signed-off-by: Maros Marsalek --- v3po/Readme.adoc | 7 +++ v3po/pom.xml | 1 - vpp-integration/Readme.adoc | 3 ++ vpp-integration/features/pom.xml | 59 ++++++++++++++++++++++ .../features/src/main/features/features.xml | 52 +++++++++++++++++++ {v3po => vpp-integration}/karaf/pom.xml | 26 ++++++++-- vpp-integration/pom.xml | 56 ++++++++++++++++++++ 7 files changed, 199 insertions(+), 5 deletions(-) create mode 100644 v3po/Readme.adoc create mode 100644 vpp-integration/Readme.adoc create mode 100644 vpp-integration/features/pom.xml create mode 100644 vpp-integration/features/src/main/features/features.xml rename {v3po => vpp-integration}/karaf/pom.xml (75%) create mode 100644 vpp-integration/pom.xml diff --git a/v3po/Readme.adoc b/v3po/Readme.adoc new file mode 100644 index 000000000..96d1d5a9b --- /dev/null +++ b/v3po/Readme.adoc @@ -0,0 +1,7 @@ += V3po + +This is a Honeycomb plugin providing mapping code between HC and VPP core APIs. + +== Usage + +Refer to postman_rest_collection.json for sample requests. All capabilities of V3po are demo-ed there \ No newline at end of file diff --git a/v3po/pom.xml b/v3po/pom.xml index 0d356d47f..f7cb1c2ba 100644 --- a/v3po/pom.xml +++ b/v3po/pom.xml @@ -35,7 +35,6 @@ api v3po2vpp features - karaf diff --git a/vpp-integration/Readme.adoc b/vpp-integration/Readme.adoc new file mode 100644 index 000000000..cba82974b --- /dev/null +++ b/vpp-integration/Readme.adoc @@ -0,0 +1,3 @@ += VPP-integration + +This is an integration project building HC distribution for VPP, including all available HC plugins for VPP diff --git a/vpp-integration/features/pom.xml b/vpp-integration/features/pom.xml new file mode 100644 index 000000000..9e8930dec --- /dev/null +++ b/vpp-integration/features/pom.xml @@ -0,0 +1,59 @@ + + + + + io.fd.honeycomb.common + features-parent + 1.0.0-SNAPSHOT + ../../common/features-parent + + io.fd.honeycomb.vpp.integration + vpp-integration-features + 1.0.0-SNAPSHOT + ${project.artifactId} + 4.0.0 + + 3.1.1 + + + + io.fd.honeycomb + honeycomb-features + ${project.version} + features + xml + runtime + + + + io.fd.honeycomb.vpp + vpp-common-features + ${project.version} + features + xml + runtime + + + + io.fd.honeycomb.v3po + v3po-features + ${project.version} + features + xml + runtime + + + diff --git a/vpp-integration/features/src/main/features/features.xml b/vpp-integration/features/src/main/features/features.xml new file mode 100644 index 000000000..f25e32d05 --- /dev/null +++ b/vpp-integration/features/src/main/features/features.xml @@ -0,0 +1,52 @@ + + + + + + + mvn:io.fd.honeycomb/honeycomb-features/${project.version}/xml/features + + mvn:io.fd.honeycomb.vpp/vpp-common-features/${project.version}/xml/features + + mvn:io.fd.honeycomb.v3po/v3po-features/${project.version}/xml/features + + + odl-honeycomb-api + odl-honeycomb-v3po-api + + + + honeycomb-vpp-integration-api + odl-honeycomb + odl-honeycomb-vpp-common + odl-honeycomb-v3po + + + + honeycomb-vpp-integration + odl-honeycomb-rest + odl-honeycomb-v3po + + + + honeycomb-vpp-integration-rest + odl-honeycomb-ui + odl-honeycomb-v3po-rest + + + diff --git a/v3po/karaf/pom.xml b/vpp-integration/karaf/pom.xml similarity index 75% rename from v3po/karaf/pom.xml rename to vpp-integration/karaf/pom.xml index 1325a988d..1232e7375 100644 --- a/v3po/karaf/pom.xml +++ b/vpp-integration/karaf/pom.xml @@ -21,15 +21,15 @@ ../../common/karaf-parent 4.0.0 - io.fd.honeycomb.v3po - v3po-karaf + io.fd.honeycomb.vpp.integration + vpp-integration-karaf 1.0.0-SNAPSHOT ${project.artifactId} 3.1.1 - odl-honeycomb-v3po-rest + honeycomb-vpp-integration-rest @@ -51,13 +51,31 @@ - ${project.groupId} + io.fd.honeycomb.vpp + vpp-common-features + ${project.version} + features + xml + runtime + + + + io.fd.honeycomb.v3po v3po-features ${project.version} features xml runtime + + + io.fd.honeycomb.vpp.integration + vpp-integration-features + ${project.version} + features + xml + runtime + diff --git a/vpp-integration/pom.xml b/vpp-integration/pom.xml new file mode 100644 index 000000000..7b900e7ea --- /dev/null +++ b/vpp-integration/pom.xml @@ -0,0 +1,56 @@ + + + + + + org.opendaylight.odlparent + odlparent + 1.6.2-Beryllium-SR2 + + + + io.fd.honeycomb.vpp.integration + vpp-integration + 1.0.0-SNAPSHOT + pom + 4.0.0 + + 3.1.1 + + + features + karaf + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- 2.16.6