From 81836d273402c46688d5dc90cccebb4562ac564b Mon Sep 17 00:00:00 2001 From: Gary Wu Date: Fri, 22 Jun 2018 13:48:50 -0700 Subject: Support testing of gerrit changes to manifest Change-Id: I4a928c562cb56847f500d2b44eb8284caf3df550 Issue-ID: INT-532 Signed-off-by: Gary Wu --- deployment/heat/onap-oom/onap-oom.yaml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'deployment/heat/onap-oom/onap-oom.yaml') diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml index 1a217c221..8cd8169f9 100644 --- a/deployment/heat/onap-oom/onap-oom.yaml +++ b/deployment/heat/onap-oom/onap-oom.yaml @@ -35,6 +35,18 @@ parameters: type: string description: Content for integration_override.yaml + gerrit_branch: + type: string + default: "master" + + gerrit_refspec: + type: string + default: "refs/heads/master" + + docker_manifest: + type: string + default: "docker-manifest.csv" + resources: random-str: type: OS::Heat::RandomString @@ -136,6 +148,9 @@ resources: __apt_proxy__: { get_param: apt_proxy } __rancher_ip_addr__: { get_attr: [rancher_floating_ip, floating_ip_address] } __integration_override_yaml__: { get_param: integration_override_yaml } + __gerrit_branch__: { get_param: gerrit_branch } + __gerrit_refspec__: { get_param: gerrit_refspec } + __docker_manifest__: { get_param: docker_manifest } __oam_network_id__: { get_resource: oam_network } __oam_subnet_id__: { get_resource: oam_subnet } __k8s_1_vm_ip__: { get_attr: [k8s_1_floating_ip, floating_ip_address] } -- cgit 1.2.3-korg