blob: d905a79c8f85fb9265d787d8ff2059d1480ac06b [file] [log] [blame]
Eric Debeau3cf9a632018-05-22 19:57:38 +00001.. This work is licensed under
2.. a Creative Commons Attribution 4.0 International License.
Rich Bennetta4cf27d2017-11-12 23:11:28 -05003.. http://creativecommons.org/licenses/by/4.0
4.. Copyright 2017 AT&T Intellectual Property. All rights reserved.
Rich Bennett5baea462017-09-13 03:19:19 -04005
Eric Debeau7e900412017-11-09 22:02:38 +00006
Rich Bennetta4cf27d2017-11-12 23:11:28 -05007Setting Up ONAP
8===============
Eric Debeau7e900412017-11-09 22:02:38 +00009
Rich Bennett52b5c092018-09-01 09:48:13 -040010ONAP 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
16The 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
28The various installations can be found here:
Eric Debeau3cf9a632018-05-22 19:57:38 +000029
Rich Bennetta4cf27d2017-11-12 23:11:28 -050030.. toctree::
31 :maxdepth: 1
32 :titlesonly:
Eric Debeau7e900412017-11-09 22:02:38 +000033
Eric Debeau3cf9a632018-05-22 19:57:38 +000034 onap_oom.rst
Rich Bennett52b5c092018-09-01 09:48:13 -040035 onap_heat.rst
36 onap_individual.rst