From dda5961d1b32b72123cc6a2e3715c644e79b6fce Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Wed, 9 May 2018 14:57:34 -0400 Subject: Fix POM files for vLB scaling - Allow VNF-C to clone Honeycomb plugins from Gerrit Change-Id: I09d0498bf4256bbcc7a68234647deb3dbad606df Issue-ID: INT-443 Signed-off-by: Marco Platania --- vnfs/vLBMS/scripts/v_lb_init.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'vnfs/vLBMS/scripts/v_lb_init.sh') diff --git a/vnfs/vLBMS/scripts/v_lb_init.sh b/vnfs/vLBMS/scripts/v_lb_init.sh index 4300c553..fcbb1d61 100644 --- a/vnfs/vLBMS/scripts/v_lb_init.sh +++ b/vnfs/vLBMS/scripts/v_lb_init.sh @@ -76,8 +76,9 @@ vppctl set interface proxy-arp tap-0 enable vppctl set ip arp tap-0 $PKTGEN_IPADDR $PKTGEN_MAC # Start Honeycomb and initialize the vLB with information about vDNS +VERSION=$(cat /opt/config/demo_artifacts_version.txt) cd /opt -./vlb-vnf-onap-distribution-$(cat /opt/config/demo_artifacts_version.txt)/honeycomb &>/var/log/honeycomb.log &disown +./honeycomb-api/vnfs/vLBMS/apis/vlb-vnf-onap-distribution/target/vlb-vnf-onap-distribution-$VERSION-hc/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown sleep 10 OAM_VDNS_IP=$(cat /opt/config/oam_vdns_ip.txt) -- cgit 1.2.3-korg