From 0766a3ace2df01e523d65e726fc3f7c0c00b4dc8 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 27 Feb 2018 16:32:25 -0500 Subject: Add NETCONF/RESTconf APIs to vLB Create a new directory for the vLB Manual Scale out use case (vLBMS). Add NETCONF/RESTconf APIs for configuring the vLB via ONAP. Change-Id: I06c557143d3a6d12159fc3195991cd8d49432348 Issue-ID: INT-432 Signed-off-by: Marco Platania --- vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml | 103 ++++++++++++++++++++++ 1 file changed, 103 insertions(+) create mode 100644 vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml (limited to 'vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml') diff --git a/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml new file mode 100644 index 00000000..b70c2594 --- /dev/null +++ b/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/pom.xml @@ -0,0 +1,103 @@ + + + + + io.fd.honeycomb.common + minimal-distribution-parent + 1.17.07 + + + 4.0.0 + org.onap.vnf.vlb + vlb-vnf-onap-distribution + 1.2.0-SNAPSHOT + + + -Xms128m -Xmx128m + io.fd.honeycomb.infra.distro.Main + 1.17.07 + 1.17.07 + + + org.onap.vnf.vlb.Module + + + + + + + maven-compiler-plugin + + + org.codehaus.gmaven + groovy-maven-plugin + + + org.apache.maven.plugins + maven-jar-plugin + + + org.apache.maven.plugins + maven-dependency-plugin + + + maven-assembly-plugin + + + org.apache.maven.plugins + maven-deploy-plugin + + false + + + + org.apache.maven.plugins + maven-install-plugin + + false + + + + org.codehaus.mojo + exec-maven-plugin + + + none + + + + true + + + + maven-checkstyle-plugin + + true + + + + + + + + + org.onap.vnf.vlb + vlb-business-vnf-onap-plugin-impl + ${interfaces.mapping.version} + + + + io.fd.honeycomb + minimal-distribution + ${honeycomb.min.distro.version} + + + + -- cgit 1.2.3-korg