summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/settingup/onap_oom.rst
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2018-11-22 12:47:31 +0000
committerGerrit Code Review <gerrit@onap.org>2018-11-22 12:47:31 +0000
commit4f05830592ba294f1b312f6ee47eb1c0d9181235 (patch)
tree0b7dd86ed33b108949e1d2e000494eea4490d920 /docs/guides/onap-developer/settingup/onap_oom.rst
parentfa8b257b62c63485ec9d4dd74fe61fba9393d9fa (diff)
parent18004f2dc7d8a713ff7964d2a8c54042da3899b2 (diff)
Merge "Update Settingup section" into casablanca
Diffstat (limited to 'docs/guides/onap-developer/settingup/onap_oom.rst')
-rw-r--r--docs/guides/onap-developer/settingup/onap_oom.rst60
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 813168f3f..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.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.
-
- 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.