X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=heat%2FvCPE%2Fvbrgemu%2Fbase_vcpe_vbrgemu.yaml;fp=heat%2FvCPE%2Fvbrgemu%2Fbase_vcpe_vbrgemu.yaml;h=0af21ef72d75b3495597725aa0cb0711a3cf5d8f;hb=2cf2f8e89f5663c2689a1f19d89f4bb11893491d;hp=8a737ebfd5dc5a5c1f64fe748ed83e52dda42163;hpb=d647840046966047386022ea862081fda35988c8;p=demo.git diff --git a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml index 8a737ebf..0af21ef7 100644 --- a/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml +++ b/heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml @@ -144,6 +144,8 @@ parameters: type: string label: Compile State description: State to compile code or not + + ############# # # # RESOURCES # @@ -226,6 +228,7 @@ resources: __vpp_patch_url__ : { get_param: vpp_patch_url } __sdnc_ip__ : { get_param: sdnc_ip } __compile_state__ : { get_param: compile_state } + __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | #!/bin/bash @@ -245,6 +248,7 @@ resources: echo "__vpp_patch_url__" > /opt/config/vpp_patch_url.txt echo "__sdnc_ip__" > /opt/config/sdnc_ip.txt echo "__compile_state__" > /opt/config/compile_state.txt + echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script apt-get -y install unzip