X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvCPE%2Fvgw%2Fbase_vcpe_vgw.yaml;h=5167c0a0558a14459fad0d8213c87ce703e37589;hb=302c1e502c8d5fa1f07b8683b81c7bd762da3582;hp=e58634c6301c65b1f402b85c54e5e8981c79ea84;hpb=654fdf0c807e436d59b160e0bc9100e7af35eba8;p=demo.git diff --git a/heat/vCPE/vgw/base_vcpe_vgw.yaml b/heat/vCPE/vgw/base_vcpe_vgw.yaml index e58634c6..5167c0a0 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw.yaml +++ b/heat/vCPE/vgw/base_vcpe_vgw.yaml @@ -236,7 +236,6 @@ resources: 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 unzip -j /opt/vcpe-scripts-__script_version__.zip -d /opt v_gw_install.sh - sudo su - cd /opt chmod +x v_gw_install.sh ./v_gw_install.sh