diff options
author | 2018-07-23 11:03:18 -0400 | |
---|---|---|
committer | 2018-07-23 11:03:18 -0400 | |
commit | 2cf2f8e89f5663c2689a1f19d89f4bb11893491d (patch) | |
tree | e8cb8f5d788ef5f6c30318e5345889ad44d6df89 /heat/vLB/dnsscaling.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/vLB/dnsscaling.yaml')
-rw-r--r-- | heat/vLB/dnsscaling.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/heat/vLB/dnsscaling.yaml b/heat/vLB/dnsscaling.yaml index fd1833cc..4d5e01f0 100644 --- a/heat/vLB/dnsscaling.yaml +++ b/heat/vLB/dnsscaling.yaml @@ -185,6 +185,7 @@ resources: __vlb_private_net_cidr__: { get_param: vlb_private_net_cidr } __onap_private_net_cidr__: { get_param: onap_private_net_cidr } __cloud_env__: { get_param: cloud_env } + __nexus_artifact_repo__: { get_param: nexus_artifact_repo } template: | #!/bin/bash @@ -200,6 +201,7 @@ resources: echo "__vlb_private_net_cidr__" > /opt/config/vlb_private_net_cidr.txt echo "__onap_private_net_cidr__" > /opt/config/onap_private_net_cidr.txt echo "__cloud_env__" > /opt/config/cloud_env.txt + echo "__nexus_artifact_repo__" > /opt/config/nexus_artifact_repo.txt # Download and run install script apt-get -y install unzip |