diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-11 14:30:03 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-06-11 14:30:03 +0000 |
commit | 65ef82df52e1da9e99267dd524a054a933876f4e (patch) | |
tree | dc4270f70440d1de88a82790f57aac7ca9e38d31 /vnfs/vLBMS/scripts/v_packetgen_init.sh | |
parent | 12f6d79d758048a7acd0615d1eee01686f05fd06 (diff) | |
parent | 021b4afde9d6e1e928fc208d27f8ee8d819c121d (diff) |
Merge "Update scale out Heat template for Casablanca"
Diffstat (limited to 'vnfs/vLBMS/scripts/v_packetgen_init.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_packetgen_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_packetgen_init.sh b/vnfs/vLBMS/scripts/v_packetgen_init.sh index 2c823de3..f6144dee 100644 --- a/vnfs/vLBMS/scripts/v_packetgen_init.sh +++ b/vnfs/vLBMS/scripts/v_packetgen_init.sh @@ -95,7 +95,7 @@ vppctl set int ip address pg0 $(cat /opt/config/pg_int.txt)"/"$IPADDR1_CIDR sleep 1 # Start Honeycomb -VERSION=$(cat /opt/config/demo_artifacts_version.txt) +VERSION=$(cat /opt/config/nb_api_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 sleep 10 |