X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=docs%2Fguides%2Fonap-developer%2Fsettingup%2Fonap_oom.rst;h=a43c600ee31785ae222a660ff3aa09b95914a7fa;hb=4f36fca628b68db603ddd95ab53b9ff4e1c8ab5e;hp=d793376fae49a8e2c0a24061ab881f9295206195;hpb=d919cc95101feb8aaa0f2c5783e8f2e1685ae620;p=doc.git diff --git a/docs/guides/onap-developer/settingup/onap_oom.rst b/docs/guides/onap-developer/settingup/onap_oom.rst index d793376fa..a43c600ee 100644 --- a/docs/guides/onap-developer/settingup/onap_oom.rst +++ b/docs/guides/onap-developer/settingup/onap_oom.rst @@ -15,11 +15,39 @@ **Setting Up Full ONAP using Containers** ========================================= +.. _installing-onap-heat: -.. This work is licensed under a Creative Commons Attribution 4.0 -.. International License. -.. http://creativecommons.org/licenses/by/4.0 -.. Copyright 2018 ONAP +**Context** +=========== + +The recommended installation is based on Kubernetes to deploy ONAP +components using containers. + +You must use the following version for the various sofware components. + + =========== ======= + Software Version + =========== ======= + Kubernetes 1.8.10 + Helm 2.8.2 + kubectl 1.8.10 + Docker 17.03.x + =========== ======= + +Creation of Kubernetes cluster is available 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 + - 160 GB Storage +ONAP installation is described here: + ../../../submodules/oom.git/docs/oom_quickstart_guide.rst -.. contents:: \ No newline at end of file +.. note:: + 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.