diff options
author | Rich Bennett <rb2745@att.com> | 2018-09-01 09:48:13 -0400 |
---|---|---|
committer | Rich Bennett <rb2745@att.com> | 2018-09-01 09:54:19 -0400 |
commit | 52b5c09262b614e10bc223dd1811f81760a3337e (patch) | |
tree | 2873aa58ac84715ba8187b7e27e7829044871d3e /docs/guides/onap-developer/settingup/onap_oom.rst | |
parent | 40e2182b5f8ce2952abb176bd539bf32ce164464 (diff) |
Cherry pick beijing improvements to master
Replicating changes made when finalizing Beijing branch
in the doc master branch.
Change-Id: Ib1da658aef8cb84f896c6abac23631579ec0b80c
Issue-ID: DOC-280
Signed-off-by: Rich Bennett <rb2745@att.com>
Diffstat (limited to 'docs/guides/onap-developer/settingup/onap_oom.rst')
-rw-r--r-- | docs/guides/onap-developer/settingup/onap_oom.rst | 59 |
1 files changed, 47 insertions, 12 deletions
diff --git a/docs/guides/onap-developer/settingup/onap_oom.rst b/docs/guides/onap-developer/settingup/onap_oom.rst index d793376fa..813168f3f 100644 --- a/docs/guides/onap-developer/settingup/onap_oom.rst +++ b/docs/guides/onap-developer/settingup/onap_oom.rst @@ -3,23 +3,58 @@ .. http://creativecommons.org/licenses/by/4.0 .. Copyright 2018 ONAP +.. index:: Setting Up Full ONAP using Containers -.. contents:: - :depth: 2 -.. +==================================== +**Setting Up ONAP using Kubernetes** +==================================== -.. index:: Setting Up Full ONAP using Containers +.. _installing-onap-k8s: +**Context** +=========== -========================================= -**Setting Up Full ONAP using Containers** -========================================= +The recommended ONAP deployment is based on Kubernetes and Docker containers. +This method is also called deployment through OOM. +The following is the recommended component version. -.. This work is licensed under a Creative Commons Attribution 4.0 -.. International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2018 ONAP + =========== ========= + Software Version + =========== ========= + Kubernetes 1.8.10 + Helm 2.8.2 + kubectl 1.8.10 + Docker 17.03.x + =========== ========= + +Creation of Kubernetes cluster is described here: + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst + + +The ONAP full installation requires the following footprint: + - 4 VM + - 32 vCPU + - 128 GB RAM + - 160 GB Storage + +ONAP installation is described here: + +.. toctree:: + :maxdepth: 1 + :titlesonly: + + ../../../../submodules/oom.git/docs/oom_quickstart_guide.rst +.. note:: + Prior to deployment of ONAP, there is no need to download manually any Docker container. + The OOM deployment takes care to automatically download the Docker containers. -.. contents::
\ No newline at end of file + It is also possible to deploy a subset of ONAP components on a single VM. + The VM flavor to be used depends on the number of ONAP components to be + deployed. |