diff options
author | Marco Platania <platania@research.att.com> | 2017-04-24 09:26:03 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2017-04-24 09:26:03 -0400 |
commit | 7270048fdaa4409349b4ee0c4775dfecd544de1f (patch) | |
tree | c6d6b755aff32270e0c99cd47fadd988e95b4a55 /vnfs/vFW/scripts/v_firewall_install.sh | |
parent | 366b7e2ea0e15889e3de08916c4406d98d6b509d (diff) |
fix issue with artifacts version in vFW
Change-Id: I8bec217e5813924de4ce17dc19dcb5c704917471
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'vnfs/vFW/scripts/v_firewall_install.sh')
-rw-r--r-- | vnfs/vFW/scripts/v_firewall_install.sh | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/vnfs/vFW/scripts/v_firewall_install.sh b/vnfs/vFW/scripts/v_firewall_install.sh index 63ee38b0..d1d552b2 100644 --- a/vnfs/vFW/scripts/v_firewall_install.sh +++ b/vnfs/vFW/scripts/v_firewall_install.sh @@ -1,14 +1,12 @@ #!/bin/bash -DCAE_COLLECTOR_IP=$(cat /opt/config/dcae_collector_ip.txt) -DCAE_COLLECTOR_PORT=$(cat /opt/config/dcae_collector_port.txt) REPO_URL_BLOB=$(cat /opt/config/repo_url_blob.txt) REPO_URL_ARTIFACTS=$(cat /opt/config/repo_url_artifacts.txt) DEMO_ARTIFACTS_VERSION=$(cat /opt/config/demo_artifacts_version.txt) INSTALL_SCRIPT_VERSION=$(cat /opt/config/install_script_version.txt) CLOUD_ENV=$(cat /opt/config/cloud_env.txt) -# OpenStack network configuration +# OpenStack network configuration if [[ $CLOUD_ENV == "openstack" ]] then echo 127.0.0.1 $(hostname) >> /etc/hosts |