From 2cf2f8e89f5663c2689a1f19d89f4bb11893491d Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Mon, 23 Jul 2018 11:03:18 -0400 Subject: Add URL to Nexus repo in Heat templates Change-Id: I574eb63ae1b2c57f19bd02a482ee16c65cd0b744 Issue-ID: INT-592 Signed-off-by: Marco Platania --- heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'heat/vCPE/vbrgemu/base_vcpe_vbrgemu.yaml') 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 -- cgit 1.2.3-korg