diff options
author | Brian Freeman <bf1936@att.com> | 2020-03-27 14:17:29 -0500 |
---|---|---|
committer | Brian Freeman <bf1936@att.com> | 2020-03-27 14:19:06 -0500 |
commit | 645a5594bf3e28eb94754fc6e25c0a896b10825b (patch) | |
tree | f41adfc9901904406df89feda04dd8cba12e01f9 /vnfs/vLBMS/scripts/v_lb_install.sh | |
parent | bea11319edf8ec6ade8e0b8c936bc7b7e69b1d2f (diff) |
HTTPS VES vLB,vLBMS and vFWs
vFWDT, vFW_HPA,vFW_NextGen,vLB,vLBMS
Issue-ID: INT-1319
Change-Id: I38c6115b0921cc6c709e5de3c33fcb743bf0c899
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfs/vLBMS/scripts/v_lb_install.sh')
-rw-r--r-- | vnfs/vLBMS/scripts/v_lb_install.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/vLBMS/scripts/v_lb_install.sh b/vnfs/vLBMS/scripts/v_lb_install.sh index 2dbb73d3..86218579 100644 --- a/vnfs/vLBMS/scripts/v_lb_install.sh +++ b/vnfs/vLBMS/scripts/v_lb_install.sh @@ -82,6 +82,7 @@ mv ves-$DEMO_ARTIFACTS_VERSION VES tar -zmxvf ves_vlb_reporting-$DEMO_ARTIFACTS_VERSION-demo.tar.gz mv ves_vlb_reporting-$DEMO_ARTIFACTS_VERSION VESreporting_vLB mv VESreporting_vLB /opt/VES/evel/evel-library/code/VESreporting +cp /opt/VES/evel/evel-library/code/VESreporting/onap-ca.crt /opt/config/onap-ca.crt # Download Honeycomb artifacts wget -O vlb-vnf-onap-distribution-$DEMO_ARTIFACTS_VERSION-hc.tar.gz "${NEXUS_ARTIFACT_REPO}/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf&a=vlb-vnf-onap-distribution&c=hc&e=tar.gz&v=$DEMO_ARTIFACTS_VERSION" |