diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-06-05 11:26:44 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-06-05 23:47:10 +0000 |
commit | 276d5a438b43db9659ad9f4553d827a90c72f9be (patch) | |
tree | 1bad3051392a71fc5061c9d1487ee315465047f2 /deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | |
parent | 19fd1bbf63c90ccc965f576c4021a00708165d40 (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-x | deployment/heat/onap-oom/scripts/gen-onap-oom-yaml.sh | 1 |
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 |