aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-06-05 11:26:44 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-06-05 16:46:27 -0700
commit9b57d6f0945a40feec9570ea29f3da295d8af6a4 (patch)
tree5965c78d669f81a9c799c7bc00a4469ba3cba250 /deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
parentfa290e17ced19e893b3f7cf8e070f459c3aeea07 (diff)
Increase to 11 k8s VMs for stability
Issue-ID: INT-381 Change-Id: I864cf1f80c2b54fca200cd7cdb5d97e17d6f4706 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh')
-rwxr-xr-xdeployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
index 1ab0de762..23f969c6b 100755
--- a/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
+++ b/deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh
@@ -52,6 +52,7 @@ cat <<EOF
__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__: [
EOF