aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/onap-oom.yaml
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-14 12:59:03 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-14 12:59:03 -0700
commit0a671623fb8dfab89f877aae4d48cc81c686aa69 (patch)
tree57be7a058c5187b549878730ebe8c9f3d772d220 /deployment/heat/onap-oom/onap-oom.yaml
parentaa02e314461b6988511a69896f0ee5067c88cac5 (diff)
Add new integration-override params
Change-Id: Id2571ec8d88d44fc617ea3ad2c78decbf6c7bcd1 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.yaml1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/onap-oom.yaml b/deployment/heat/onap-oom/onap-oom.yaml
index 736dd1837..9cf44e41c 100644
--- a/deployment/heat/onap-oom/onap-oom.yaml
+++ b/deployment/heat/onap-oom/onap-oom.yaml
@@ -138,6 +138,7 @@ resources:
__integration_override_yaml__: { get_param: integration_override_yaml }
__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] }
__k8s_vm_ips__: [
get_attr: [k8s_1_floating_ip, floating_ip_address],
get_attr: [k8s_2_floating_ip, floating_ip_address],