X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvCPE_build%2Fvgw%2Fbuild_vcpe_vgw.yaml;h=3660f62cf30a441d8884e50353182c4d3433b3fd;hb=refs%2Fchanges%2F11%2F66411%2F1;hp=968f157a780271390f2e7f4e036a2c49dba86b9a;hpb=f1069d8f9de22aded36ee82ac3edb92271b36e0b;p=demo.git diff --git a/heat/vCPE_build/vgw/build_vcpe_vgw.yaml b/heat/vCPE_build/vgw/build_vcpe_vgw.yaml index 968f157a..3660f62c 100644 --- a/heat/vCPE_build/vgw/build_vcpe_vgw.yaml +++ b/heat/vCPE_build/vgw/build_vcpe_vgw.yaml @@ -178,6 +178,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