summaryrefslogtreecommitdiffstats
path: root/docs/guides/onap-developer/settingup/index.rst
blob: d905a79c8f85fb9265d787d8ff2059d1480ac06b (plain)
1
2
3
4
5
6
7
8
9
10

@media only all and (prefers-color-scheme: dark) {
.highlight .hll { background-color: #49483e }
.highlight .c { color: #75715e } /* Comment */
.highlight .err { color: #960050; background-color: #1e0010 } /* Error */
.highlight .k { color: #66d9ef } /* Keyword */
.highlight .l { color: #ae81ff } /* Literal */
.highlight .n { color: #f8f8f2 } /* Name */
.highlight .o { color: #f92672 } /* Operator */
.highlight .p { color: #f8f8f2 } /* Punctuation */
.highlight .ch { color: #75715e } /* Comment.Hashbang */
.highlight .cm { color: #75715e } /* Comment.Multiline */
.highlight .cp { color: #75715e } /* Comment.Preproc */
.highlight .cpf { color: #75715e } /* Comment.PreprocFile */
.highlight .c1 { color: #75715e } /* Comment.Single */
.highlight .cs { color: #75715e } /* Comment.Special */
.highlight .gd { color: #f92672 } /*
.. 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