diff options
author | Victor Morales <victor.morales@intel.com> | 2018-07-27 06:08:48 -0700 |
---|---|---|
committer | Victor Morales <victor.morales@intel.com> | 2018-07-27 06:10:22 -0700 |
commit | 75b2c58811687602c1dab5cf2a69b2e94599bcee (patch) | |
tree | 91b4c0d98f2a2dcda60cf7f2b6449021dc074bcc /vnfs/vFW/scripts/v_firewall_install.sh | |
parent | 2cf2f8e89f5663c2689a1f19d89f4bb11893491d (diff) |
vFW general improvements
Change-Id: I670457bef90a893a13c8c579eba4d27ff33dfa54
Signed-off-by: Victor Morales <victor.morales@intel.com>
Issue-ID: INT-603
Diffstat (limited to 'vnfs/vFW/scripts/v_firewall_install.sh')
-rwxr-xr-x[-rw-r--r--] | vnfs/vFW/scripts/v_firewall_install.sh | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vnfs/vFW/scripts/v_firewall_install.sh b/vnfs/vFW/scripts/v_firewall_install.sh index 71ecad75..f5156ff0 100644..100755 --- a/vnfs/vFW/scripts/v_firewall_install.sh +++ b/vnfs/vFW/scripts/v_firewall_install.sh @@ -76,12 +76,11 @@ wget $REPO_URL_ARTIFACTS/org/onap/demo/vnf/ves5/ves_vfw_reporting/$DEMO_ARTIFACT tar -zmxvf ves-$DEMO_ARTIFACTS_VERSION-demo.tar.gz mv ves-$DEMO_ARTIFACTS_VERSION VES tar -zmxvf ves_vfw_reporting-$DEMO_ARTIFACTS_VERSION-demo.tar.gz -mv ves_vfw_reporting-$DEMO_ARTIFACTS_VERSION VESreporting_vFW +mv ves_vfw_reporting-$DEMO_ARTIFACTS_VERSION /opt/VES/evel/evel-library/code/VESreporting tar -zmxvf sample-distribution-$DEMO_ARTIFACTS_VERSION-hc.tar.gz 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 -mv VESreporting_vFW /opt/VES/evel/evel-library/code/VESreporting rm *.tar.gz chmod +x v_firewall_init.sh @@ -107,4 +106,4 @@ sleep 1 cd /opt mv vfirewall.sh /etc/init.d update-rc.d vfirewall.sh defaults -./v_firewall_init.sh
\ No newline at end of file +./v_firewall_init.sh |