aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/onap-oom.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-04-17 11:35:48 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-04-17 12:02:00 -0700
commit19c81b4d853c6517ae6ee367195a75271a8bcf35 (patch)
treea8b0f03af9f4e984af3bfd20f52b09f374d78f14 /deployment/heat/onap-oom/onap-oom.yaml
parentedc750560c621273412f6512807838e93e6a274e (diff)
Use integration-override.yaml in OOM deploy script
Change-Id: I2c8417b9339715b733f585ae52fd35251d9ca509 Issue-ID: INT-381 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/onap-oom.yaml')
-rw-r--r--deployment/heat/onap-oom/onap-oom.yaml4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml
index 0a40ee224..a6a5cf0c4 100644
--- a/deployment/heat/onap-oom/onap-oom.yaml
+++ b/deployment/heat/onap-oom/onap-oom.yaml
@@ -2,6 +2,9 @@ heat_template_version: 2015-10-15
description: ONAP on Kubernetes using OOM
parameters:
+ lab_name:
+ type: string
+
docker_proxy:
type: string
@@ -227,6 +230,7 @@ resources:
user_data:
str_replace:
params:
+ __lab_name__: { get_param: lab_name }
__docker_proxy__: { get_param: docker_proxy }
__apt_proxy__: { get_param: apt_proxy }
__rancher_ip_addr__: { get_attr: [rancher_floating_ip, floating_ip_address] }