diff options
author | Eric Debeau <eric.debeau@orange.com> | 2018-11-19 19:47:29 +0000 |
---|---|---|
committer | Eric Debeau <eric.debeau@orange.com> | 2018-11-19 20:51:35 +0000 |
commit | 0f2c28396a6390160f09960c834c2912336b1f44 (patch) | |
tree | 6a7d1e7f693d361b657741c487580004824c8d8f /docs/guides/onap-developer/settingup/onap_oom.rst | |
parent | 47b9a173d4a61a7caac75906ae341d1072f1eb80 (diff) |
Update SettingUp section
Rewrite index.rst to reflect OOM as the main installer
Move text from onap_oom.rst to index.rst
Issue-ID: DOC-340
Change-Id: Ie29547bc8c72c15a680393f63df35227a90116a1
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/guides/onap-developer/settingup/onap_oom.rst')
-rw-r--r-- | docs/guides/onap-developer/settingup/onap_oom.rst | 60 |
1 files changed, 0 insertions, 60 deletions
diff --git a/docs/guides/onap-developer/settingup/onap_oom.rst b/docs/guides/onap-developer/settingup/onap_oom.rst deleted file mode 100644 index fabdd2709..000000000 --- a/docs/guides/onap-developer/settingup/onap_oom.rst +++ /dev/null @@ -1,60 +0,0 @@ -.. This work is licensed undera Creative Commons Attribution 4.0 -.. International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2018 ONAP - -.. index:: Setting Up Full ONAP using Containers - -==================================== -**Setting Up ONAP using Kubernetes** -==================================== - -.. _installing-onap-k8s: - -**Context** -=========== - -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. - - =========== ========= - Software Version - =========== ========= - Kubernetes 1.11.2 - Helm 2.9.1 - kubectl 1.11.2 - 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 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: - -.. 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. - - 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. |