diff options
author | Marco Platania <platania@research.att.com> | 2018-05-09 14:57:34 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-05-09 14:57:34 -0400 |
commit | dda5961d1b32b72123cc6a2e3715c644e79b6fce (patch) | |
tree | c8a74841beaedf4d4cead7bd539603c63217a102 /vnfs/vLBMS/scripts/v_packetgen_init.sh | |
parent | 3168c3d7509bceff43648d4eb40c163dcbc6b3ad (diff) |
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 <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_packetgen_init.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_packetgen_init.sh | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/vnfs/vLBMS/scripts/v_packetgen_init.sh b/vnfs/vLBMS/scripts/v_packetgen_init.sh index fe956efc..2c823de3 100644 --- a/vnfs/vLBMS/scripts/v_packetgen_init.sh +++ b/vnfs/vLBMS/scripts/v_packetgen_init.sh @@ -94,9 +94,11 @@ vppctl exec /opt/dns_streams/stream_dns10 vppctl set int ip address pg0 $(cat /opt/config/pg_int.txt)"/"$IPADDR1_CIDR sleep 1 -# Start Honeycomb and enable traffic flows +# 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 chmod +x run_streams_dns.sh ./run_streams_dns.sh &>/dev/null &disown |