summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/settingup/index.rst
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2018-06-05 22:45:51 +0000
committerEric Debeau <eric.debeau@orange.com>2018-06-05 22:48:04 +0000
commit4f36fca628b68db603ddd95ab53b9ff4e1c8ab5e (patch)
tree00350f1bc6fe2bb4b62f529cba5c2220d37b2637 /docs/guides/onap-developer/settingup/index.rst
parentd919cc95101feb8aaa0f2c5783e8f2e1685ae620 (diff)
Update setting up ONAP
Update release note with links to setting up files Update various setting up files Issue-ID: DOC-269 Change-Id: I2149026bdf10c694904a5b95a990775d288b40c1 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/guides/onap-developer/settingup/index.rst')
-rw-r--r--docs/guides/onap-developer/settingup/index.rst23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/guides/onap-developer/settingup/index.rst b/docs/guides/onap-developer/settingup/index.rst
index f9b4881fe..bbd9fa72f 100644
--- a/docs/guides/onap-developer/settingup/index.rst
+++ b/docs/guides/onap-developer/settingup/index.rst
@@ -7,11 +7,30 @@
Setting Up ONAP
===============
-ONAP can be deployed using 2 different solutions:
+ONAP can be deployed using 3 different solutions:
+
+* Installation using Kubernetes (aka OOM). Recommended method.
+* Installation using Heat template.
+* Advanced installation to install individual components.
+
+The following table presents the required resources to deploy ONAP.
+
+ ============ === ==== =========== ============
+ Installation VM vCPU Memory (GB) Storage (GB)
+ ============ === ==== =========== ============
+ Kubernetes 4 32 128 160
+ Heat 20 88 176 1760
+ Individual 1* 1* 2* 20*
+ ============ === ==== =========== ============
+
+(*) For individual deployment, it depends on the components.
.. toctree::
:maxdepth: 1
:titlesonly:
- onap_heat.rst
+Depending on
+
onap_oom.rst
+ onap_heat.rst
+ onap_individual.rst