diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-09-24 13:37:53 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-09-24 13:37:53 -0700 |
commit | dc2351bb8d73da69de9f201e50099b85e8b1920c (patch) | |
tree | d2e6b765b8b315f4d46bc7e351bd451b12678100 /deployment/heat/onap-oom/env/tlab | |
parent | 76e1de7ce993c4adbe9cf7f4d70c2e3fd0086d84 (diff) |
Change OOM back to 11 x 16 GB k8s VMs
Change back to 11 x 16 GB k8s VMs in order to fix
"Insufficient cpu" errors during OOM deployment.
Change-Id: I4dc09d2c6dc9f7496895ae274d085d4d1446eace
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/env/tlab')
-rw-r--r-- | deployment/heat/onap-oom/env/tlab/onap-oom.env | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/heat/onap-oom/env/tlab/onap-oom.env b/deployment/heat/onap-oom/env/tlab/onap-oom.env index 3e59b043b..d5c024704 100644 --- a/deployment/heat/onap-oom/env/tlab/onap-oom.env +++ b/deployment/heat/onap-oom/env/tlab/onap-oom.env @@ -6,7 +6,7 @@ parameters: docker_proxy: 192.168.31.204:5000 rancher_vm_flavor: m4.xlarge - k8s_vm_flavor: m5.xlarge + k8s_vm_flavor: m4.xlarge public_net_id: fbe8fd92-6636-4e63-ab28-bb6a5b0888a9 |