From 645a5594bf3e28eb94754fc6e25c0a896b10825b Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Fri, 27 Mar 2020 14:17:29 -0500 Subject: 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 --- vnfs/vLB/scripts/v_lb_install.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vnfs/vLB') diff --git a/vnfs/vLB/scripts/v_lb_install.sh b/vnfs/vLB/scripts/v_lb_install.sh index 72bc4163..08362b86 100644 --- a/vnfs/vLB/scripts/v_lb_install.sh +++ b/vnfs/vLB/scripts/v_lb_install.sh @@ -85,6 +85,8 @@ 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 + mv dns-manager-$DEMO_ARTIFACTS_VERSION.jar /opt/FDserver/dns-manager-$DEMO_ARTIFACTS_VERSION.jar mv dnsmembership.sh /opt/FDserver/dnsmembership.sh mv add_dns.sh /opt/FDserver/add_dns.sh @@ -130,4 +132,4 @@ then reboot fi -./v_lb_init.sh \ No newline at end of file +./v_lb_init.sh -- cgit 1.2.3-korg