aboutsummaryrefslogtreecommitdiffstats
path: root/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml')
-rw-r--r--heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml b/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml
index 8d23e173..09c22f5c 100644
--- a/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml
+++ b/heat/vCPE_build/vgmux/build_vcpe_vgmux.yaml
@@ -196,6 +196,7 @@ resources:
echo "__compile_state__" > /opt/config/compile_state.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