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_packetgen_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_packetgen_install.sh')
-rw-r--r-- | vnfs/vFW/scripts/v_packetgen_install.sh | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/vnfs/vFW/scripts/v_packetgen_install.sh b/vnfs/vFW/scripts/v_packetgen_install.sh index 54a26a46..8f8537cd 100644 --- a/vnfs/vFW/scripts/v_packetgen_install.sh +++ b/vnfs/vFW/scripts/v_packetgen_install.sh @@ -1,15 +1,12 @@ #!/bin/bash -FW_IPADDR=$(cat /opt/config/fw_ipaddr.txt) -PROTECTED_NET_CIDR=$(cat /opt/config/protected_net_cidr.txt) -SINK_IPADDR=$(cat /opt/config/sink_ipaddr.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) -# Network configuration +# OpenStack network configuration if [[ $CLOUD_ENV == "openstack" ]] then echo 127.0.0.1 $(hostname) >> /etc/hosts |