diff options
author | 2018-06-11 10:04:34 -0400 | |
---|---|---|
committer | 2018-06-11 10:04:34 -0400 | |
commit | 021b4afde9d6e1e928fc208d27f8ee8d819c121d (patch) | |
tree | 47d4f5e10d17e1b1fbf50ca512394b08fdf8f5b5 /vnfs/vLBMS/scripts/v_lb_init.sh | |
parent | 287b9b36c979a20a33f158c4b68e063896f5526c (diff) |
Update scale out Heat template for Casablanca
- Separate API version from script version
Change-Id: Ia811a95b632f376c71070142d90fec3405e5813d
Issue-ID: INT-526
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_init.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_init.sh b/vnfs/vLBMS/scripts/v_lb_init.sh index fcbb1d61..bf868675 100644 --- a/vnfs/vLBMS/scripts/v_lb_init.sh +++ b/vnfs/vLBMS/scripts/v_lb_init.sh @@ -76,7 +76,7 @@ vppctl set interface proxy-arp tap-0 enable vppctl set ip arp tap-0 $PKTGEN_IPADDR $PKTGEN_MAC # Start Honeycomb and initialize the vLB with information about vDNS -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 |