diff options
author | Marco Platania <platania@research.att.com> | 2018-07-23 11:03:18 -0400 |
---|---|---|
committer | Marco Platania <platania@research.att.com> | 2018-07-23 11:03:18 -0400 |
commit | 2cf2f8e89f5663c2689a1f19d89f4bb11893491d (patch) | |
tree | e8cb8f5d788ef5f6c30318e5345889ad44d6df89 /heat/vCPE/vgw/base_vcpe_vgw.yaml | |
parent | d647840046966047386022ea862081fda35988c8 (diff) |
Add URL to Nexus repo in Heat templates
Change-Id: I574eb63ae1b2c57f19bd02a482ee16c65cd0b744
Issue-ID: INT-592
Signed-off-by: Marco Platania <platania@research.att.com>
Diffstat (limited to 'heat/vCPE/vgw/base_vcpe_vgw.yaml')
-rw-r--r-- | heat/vCPE/vgw/base_vcpe_vgw.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vCPE/vgw/base_vcpe_vgw.yaml b/heat/vCPE/vgw/base_vcpe_vgw.yaml index 890b9f44..0847b69d 100644 --- a/heat/vCPE/vgw/base_vcpe_vgw.yaml +++ b/heat/vCPE/vgw/base_vcpe_vgw.yaml @@ -244,6 +244,7 @@ resources: __hc2vpp_source_repo_release_tag__ : { get_param: hc2vpp_source_repo_release_tag } __mux_ip_addr__: { get_param: mux_ip_addr } __vg_vgmux_tunnel_vni__: { get_param: vg_vgmux_tunnel_vni } + __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | #!/bin/bash @@ -264,6 +265,7 @@ resources: echo "__hc2vpp_source_repo_release_tag__" > /opt/config/hc2vpp_source_repo_release_tag.txt echo "__mux_ip_addr__" > /opt/config/mux_ip_addr.txt echo "__vg_vgmux_tunnel_vni__" > /opt/config/vg_vgmux_tunnel_vni.txt + echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script apt-get -y install unzip |