aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vFWCL/vPKG/base_vpkg.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vFWCL/vPKG/base_vpkg.yaml')
-rw-r--r--heat/vFWCL/vPKG/base_vpkg.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/vFWCL/vPKG/base_vpkg.yaml b/heat/vFWCL/vPKG/base_vpkg.yaml
index 6d1902ba..e06a83fb 100644
--- a/heat/vFWCL/vPKG/base_vpkg.yaml
+++ b/heat/vFWCL/vPKG/base_vpkg.yaml
@@ -216,6 +216,7 @@ resources:
echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt
# Download and run install script
+ apt-get update
apt-get -y install unzip
if [[ "__install_script_version__" =~ "SNAPSHOT" ]]; then REPO=snapshots; else REPO=releases; fi
curl -k -L "__nexus_artifact_repo__/service/local/artifact/maven/redirect?r=${REPO}&g=org.onap.demo.vnf.vfw&a=vfw-scripts&e=zip&v=__install_script_version__" -o /opt/vfw-scripts-__install_script_version__.zip