aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/heat/onap-oom/scripts
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 23:47:10 +0000
commit276d5a438b43db9659ad9f4553d827a90c72f9be (patch)
tree1bad3051392a71fc5061c9d1487ee315465047f2 /deployment/heat/onap-oom/scripts
parent19fd1bbf63c90ccc965f576c4021a00708165d40 (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')
-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