aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vLB/dnsscaling.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vLB/dnsscaling.yaml')
-rw-r--r--heat/vLB/dnsscaling.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/vLB/dnsscaling.yaml b/heat/vLB/dnsscaling.yaml
index 0d22f804..235bec84 100644
--- a/heat/vLB/dnsscaling.yaml
+++ b/heat/vLB/dnsscaling.yaml
@@ -206,6 +206,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.vlb&a=vlb-scripts&e=zip&v=__install_script_version__" -o /opt/vlb-scripts-__install_script_version__.zip