X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FvLBMS%2Fscripts%2Fv_dns_init.sh;h=710a56513ffbc6be51ba41bec8e8fb2fcf275aba;hb=refs%2Fchanges%2F89%2F46889%2F1;hp=4ae98746aa79e4ab5a9a21629f3b3fba1494dadc;hpb=3168c3d7509bceff43648d4eb40c163dcbc6b3ad;p=demo.git diff --git a/vnfs/vLBMS/scripts/v_dns_init.sh b/vnfs/vLBMS/scripts/v_dns_init.sh index 4ae98746..710a5651 100644 --- a/vnfs/vLBMS/scripts/v_dns_init.sh +++ b/vnfs/vLBMS/scripts/v_dns_init.sh @@ -1,5 +1,10 @@ #!/bin/bash +# Start Honeycomb +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 + +#Set GRE tunnel ./set_gre_tunnel.sh