Fixing some typos in heat templates
[demo.git] / heat / vCPE / vgmux / base_vcpe_vgmux.yaml
index 2bbf65c..f8db87b 100644 (file)
@@ -24,7 +24,7 @@
 
 heat_template_version: 2013-05-23
 
-description: Heat template to build vCPE Infrastructue Metro vGMUX
+description: Heat template to build vCPE Infrastructure Metro vGMUX
 
 ##############
 #            #
@@ -233,6 +233,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 [[ "__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.vcpe&a=vcpe-scripts&e=zip&v=__script_version__" -o /opt/vcpe-scripts-__script_version__.zip