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/pom.xml | 56 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 56 insertions(+) create mode 100755 vnfs/vLBMS/apis/pom.xml (limited to 'vnfs/vLBMS/apis/pom.xml') diff --git a/vnfs/vLBMS/apis/pom.xml b/vnfs/vLBMS/apis/pom.xml new file mode 100755 index 00000000..5ce6ed0f --- /dev/null +++ b/vnfs/vLBMS/apis/pom.xml @@ -0,0 +1,56 @@ + + + + + demo-aggregator + 1.2.0-SNAPSHOT + org.onap.demo.vnf + ../../../pom.xml + + + org.onap.vnf.vlb + vlb-business-vnf-onap-plugin-aggregator + 1.2.0-SNAPSHOT + vlb-business-vnf-onap-plugin-aggregator + pom + 4.0.0 + + + vlb-business-vnf-onap-plugin-api + vlb-business-vnf-onap-plugin-impl + vlb-vnf-onap-distribution + + + + + + + org.apache.maven.plugins + maven-deploy-plugin + + true + + + + org.apache.maven.plugins + maven-install-plugin + + true + + + + + -- cgit 1.2.3-korg