From 9635f49de43693348b4347768d7a66fa56b46ff8 Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 30 Jul 2019 17:40:54 -0400 Subject: Fix path to honeycomb in vLB/vDNS scripts Issue-ID: INT-1166 Signed-off-by: Marco Platania Change-Id: I8d26a78a6936ad32dc75cd8ec12cdf611c2b8180 --- vnfs/vLBMS/scripts/v_dns_init.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'vnfs/vLBMS/scripts/v_dns_init.sh') diff --git a/vnfs/vLBMS/scripts/v_dns_init.sh b/vnfs/vLBMS/scripts/v_dns_init.sh index e9b08bf6..aaafc783 100644 --- a/vnfs/vLBMS/scripts/v_dns_init.sh +++ b/vnfs/vLBMS/scripts/v_dns_init.sh @@ -1,9 +1,8 @@ #!/bin/bash # Start Honeycomb -VERSION=$(cat /opt/config/demo_artifacts_version.txt) cd /opt -./honeycomb/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown +./honeycomb/honeycomb &>/var/log/honeycomb.log &disown sleep 10 #Set GRE tunnel -- cgit 1.2.3-korg