Build artifacts for vLB use case
[demo.git] / vnfs / vLBMS / scripts / v_packetgen_init.sh
index f6144de..e15b2e0 100644 (file)
@@ -95,9 +95,9 @@ vppctl set int ip address pg0 $(cat /opt/config/pg_int.txt)"/"$IPADDR1_CIDR
 sleep 1
 
 # Start Honeycomb
-VERSION=$(cat /opt/config/nb_api_version.txt)
+VERSION=$(cat /opt/config/demo_artifacts_version.txt)
 cd /opt
-./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
+./honeycomb/vlb-vnf-onap-distribution-$VERSION/honeycomb &>/var/log/honeycomb.log &disown
 sleep 10
 
 chmod +x run_streams_dns.sh