diff options
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" |