diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-10-28 21:44:00 -0700 |
---|---|---|
committer | Gary Wu <gary.i.wu@huawei.com> | 2018-10-28 23:08:29 -0700 |
commit | 3fd6c2aac97baeb7e9a5d9f9d3a09fced70ddd37 (patch) | |
tree | c1589000a3ed90ee8336d2467da96ca6d3aa67a4 /deployment/heat/onap-oom/parts/onap-oom-1.yaml | |
parent | e713bfc403c64f4612d7205ff6d9cf9db693add9 (diff) |
Enable k8s resiliency planes
Enable k8s resiliency planes and also reduce the number of
k8s compute hosts down to 12 x 16 GB.
Change-Id: I090495de2ac9986c0c85c19a503c44beca9e8fb6
Issue-ID: INT-586
Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'deployment/heat/onap-oom/parts/onap-oom-1.yaml')
-rw-r--r-- | deployment/heat/onap-oom/parts/onap-oom-1.yaml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/deployment/heat/onap-oom/parts/onap-oom-1.yaml b/deployment/heat/onap-oom/parts/onap-oom-1.yaml index ab79b1ed5..3c34f7544 100644 --- a/deployment/heat/onap-oom/parts/onap-oom-1.yaml +++ b/deployment/heat/onap-oom/parts/onap-oom-1.yaml @@ -28,6 +28,14 @@ parameters: type: string description: VM flavor for k8s hosts + etcd_vm_flavor: + type: string + description: VM flavor for etcd hosts + + orch_vm_flavor: + type: string + description: VM flavor for orch hosts + integration_override_yaml: type: string description: Content for integration_override.yaml @@ -58,19 +66,19 @@ parameters: docker_version: type: string - default: "17.03" + default: "17.03.2" rancher_version: type: string - default: "1.6.18" + default: "1.6.22" rancher_agent_version: type: string - default: "1.2.10" + default: "1.2.11" kubectl_version: type: string - default: "1.8.10" + default: "1.11.2" helm_version: type: string |