diff options
author | Marco Platania <platania@research.att.com> | 2018-08-13 12:55:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-08-13 12:55:19 +0000 |
commit | d773db679b318f0a8f5ab3f562e63854a7cf4ce5 (patch) | |
tree | 65a3fa8c738cd86620d98fed901dce1fe41ba2db /heat/vCPE/vgw | |
parent | 486cf5e393914e029ff2773561a86e516012ab02 (diff) | |
parent | 302c1e502c8d5fa1f07b8683b81c7bd762da3582 (diff) |
Merge "Automate vCPE vG-MUX and VG build image process"
Diffstat (limited to 'heat/vCPE/vgw')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw.yaml | 1 | ||||
-rw-r--r-- | heat/vCPE/vgw/build_vcpe_vgw.yaml | 1 |
2 files changed, 0 insertions, 2 deletions
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 diff --git a/heat/vCPE/vgw/build_vcpe_vgw.yaml b/heat/vCPE/vgw/build_vcpe_vgw.yaml index a80d1ef3..3bd8532b 100644 --- a/heat/vCPE/vgw/build_vcpe_vgw.yaml +++ b/heat/vCPE/vgw/build_vcpe_vgw.yaml @@ -188,7 +188,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_build.sh - sudo su - cd /opt chmod +x v_gw_build.sh ./v_gw_build.sh |