diff options
author | Brian Freeman <bf1936@att.com> | 2020-03-26 08:14:46 -0500 |
---|---|---|
committer | Morgan Richomme <morgan.richomme@orange.com> | 2020-03-27 18:06:42 +0000 |
commit | bea11319edf8ec6ade8e0b8c936bc7b7e69b1d2f (patch) | |
tree | bff5f32002fbb80e4e299edfa0cd2af011ca32f9 /vnfs/vFW/scripts/v_firewall_install.sh | |
parent | 676591091ff3c154193213b26103c694f1a5f1be (diff) |
Move vFW to HTTPS VES
Issue-ID: INT-1319
Change-Id: Ie100f919d162416676ce42a7fa785c8cef2dd917
Signed-off-by: Brian Freeman <bf1936@att.com>
Diffstat (limited to 'vnfs/vFW/scripts/v_firewall_install.sh')
-rwxr-xr-x | vnfs/vFW/scripts/v_firewall_install.sh | 3 |
1 files changed, 3 insertions, 0 deletions
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" |