summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/settingup/index.rst
blob: d905a79c8f85fb9265d787d8ff2059d1480ac06b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
.. This work is licensed under
.. a Creative Commons Attribution 4.0 International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2017 AT&T Intellectual Property.  All rights reserved.


Setting Up ONAP
===============

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.

The various installations can be found here:

.. toctree::
   :maxdepth: 1
   :titlesonly:

   onap_oom.rst
   onap_heat.rst
   onap_individual.rst