From bea11319edf8ec6ade8e0b8c936bc7b7e69b1d2f Mon Sep 17 00:00:00 2001 From: Brian Freeman Date: Thu, 26 Mar 2020 08:14:46 -0500 Subject: Move vFW to HTTPS VES Issue-ID: INT-1319 Change-Id: Ie100f919d162416676ce42a7fa785c8cef2dd917 Signed-off-by: Brian Freeman --- vnfs/vFW/scripts/v_firewall_install.sh | 3 +++ 1 file changed, 3 insertions(+) (limited to 'vnfs/vFW') diff --git a/vnfs/vFW/scripts/v_firewall_install.sh b/vnfs/vFW/scripts/v_firewall_install.sh index 95604386..fc98ccce 100755 --- a/vnfs/vFW/scripts/v_firewall_install.sh +++ b/vnfs/vFW/scripts/v_firewall_install.sh @@ -90,10 +90,13 @@ mv sample-distribution-$DEMO_ARTIFACTS_VERSION honeycomb sed -i 's/"restconf-binding-address": "127.0.0.1",/"restconf-binding-address": "0.0.0.0",/g' honeycomb/sample-distribution-$DEMO_ARTIFACTS_VERSION/config/honeycomb.json rm *.tar.gz +cp /opt/VES/evel/evel-library/code/VESreporting/onap-ca.crt /opt/config/onap-ca.crt + chmod +x v_firewall_init.sh chmod +x vfirewall.sh chmod +x /opt/VES/evel/evel-library/code/VESreporting/go-client.sh + # Install VPP export UBUNTU="trusty" export RELEASE=".stable.1609" -- cgit 1.2.3-korg