From 85c450840c6dd79833bd541507d98447d7b0010f Mon Sep 17 00:00:00 2001 From: Marco Platania Date: Tue, 10 Apr 2018 17:05:58 -0400 Subject: Install MUSIC containers via Heat Change-Id: Ic36c551c5b132db3ff27d620ddaf55d1370ff5f1 Issue-ID: INT-444 Signed-off-by: Marco Platania --- heat/ONAP/onap_openstack.yaml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'heat/ONAP/onap_openstack.yaml') diff --git a/heat/ONAP/onap_openstack.yaml b/heat/ONAP/onap_openstack.yaml index 503d241d..b29218d5 100644 --- a/heat/ONAP/onap_openstack.yaml +++ b/heat/ONAP/onap_openstack.yaml @@ -294,6 +294,8 @@ parameters: type: string vnfsdk_repo: type: string + music_repo: + type: string ################################ # # @@ -378,8 +380,6 @@ parameters: type: string vfc_wfengine_activiti_docker: type: string - vfc_ztevmanagerdriver_docker: - type: string vfc_multivimproxy_docker: type: string @@ -414,6 +414,8 @@ parameters: type: string vnfsdk_branch: type: string + music_branch: + type: string ############# @@ -1879,6 +1881,8 @@ resources: __artifacts_version__: { get_param: artifacts_version } __dns_ip_addr__: { get_param: dns_ip_addr } __docker_version__: { get_param: music_docker } + __music_repo__: { get_param: music_repo } + __gerrit_branch__: { get_param: music_branch } __cloud_env__: { get_param: cloud_env } __external_dns__: { get_param: external_dns } template: | @@ -1893,6 +1897,8 @@ resources: echo "__artifacts_version__" > /opt/config/artifacts_version.txt echo "__dns_ip_addr__" > /opt/config/dns_ip_addr.txt echo "__docker_version__" > /opt/config/docker_version.txt + echo "__music_repo__" > /opt/config/remote_repo.txt + echo "__gerrit_branch__" > /opt/config/gerrit_branch.txt echo "__cloud_env__" > /opt/config/cloud_env.txt echo "__external_dns__" > /opt/config/external_dns.txt -- cgit 1.2.3-korg