diff options
author | Rich Bennett <rb2745@att.com> | 2018-11-08 01:04:19 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-11-08 01:04:19 +0000 |
commit | 064f2579f20ba1881ec779856c6b35193fa1d5fc (patch) | |
tree | b6bf375a8bcfbd1655ee8d5a54a1b936fbd01765 | |
parent | 63f91401435bed180a50605531b472d4ae2c556f (diff) | |
parent | ed931909e33774362d0595f0bb375e7c39d5e327 (diff) |
Merge "Add helm & k8s versions for casablanca"
-rw-r--r-- | docs/guides/onap-developer/settingup/onap_oom.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/guides/onap-developer/settingup/onap_oom.rst b/docs/guides/onap-developer/settingup/onap_oom.rst index 813168f3f..fabdd2709 100644 --- a/docs/guides/onap-developer/settingup/onap_oom.rst +++ b/docs/guides/onap-developer/settingup/onap_oom.rst @@ -22,9 +22,9 @@ The following is the recommended component version. =========== ========= Software Version =========== ========= - Kubernetes 1.8.10 - Helm 2.8.2 - kubectl 1.8.10 + Kubernetes 1.11.2 + Helm 2.9.1 + kubectl 1.11.2 Docker 17.03.x =========== ========= @@ -37,10 +37,10 @@ Creation of Kubernetes cluster is described here: ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst -The ONAP full installation requires the following footprint: - - 4 VM - - 32 vCPU - - 128 GB RAM +The ONAP full installation was validated with the following footprint: + - 14 VM (1 rancher, 13 k8s nodes) + - 8 vCPU + - 16 GB RAM - 160 GB Storage ONAP installation is described here: |