dc7d02bfe7dcecc00f99c2846b039ccf50b25694
[doc.git] / docs / guides / onap-developer / settingup / index.rst
1 .. This work is licensed under
2 .. a Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. Copyright 2017 AT&T Intellectual Property.  All rights reserved.
5
6
7 Setting Up ONAP
8 ===============
9
10 ONAP can be deployed using 3 different solutions:
11
12 * Installation using Kubernetes (aka OOM). Recommended method.
13 * Installation using Heat template.
14 * Advanced installation to install individual components.
15
16 The following table presents the required resources to deploy ONAP.
17
18   ============  ===  ====  ===========  ============
19   Installation  VM   vCPU  Memory (GB)  Storage (GB)
20   ============  ===  ====  ===========  ============
21   Kubernetes    4    32    128          160
22   Heat          20   88    176          1760
23   Individual    1*   1*    2*           20*
24   ============  ===  ====  ===========  ============
25
26 (*) For individual deployment, it depends on the components.
27
28 The various installations can be found here:
29
30 .. toctree::
31    :maxdepth: 1
32    :titlesonly:
33  
34    onap_oom.rst
35    onap_heat.rst
36    onap_individual.rst