Eric Debeau | 3cf9a63 | 2018-05-22 19:57:38 +0000 | [diff] [blame] | 1 | .. This work is licensed under |
| 2 | .. a Creative Commons Attribution 4.0 International License. |
Rich Bennett | a4cf27d | 2017-11-12 23:11:28 -0500 | [diff] [blame] | 3 | .. http://creativecommons.org/licenses/by/4.0 |
| 4 | .. Copyright 2017 AT&T Intellectual Property. All rights reserved. |
Rich Bennett | 5baea46 | 2017-09-13 03:19:19 -0400 | [diff] [blame] | 5 | |
Eric Debeau | 7e90041 | 2017-11-09 22:02:38 +0000 | [diff] [blame] | 6 | |
Rich Bennett | a4cf27d | 2017-11-12 23:11:28 -0500 | [diff] [blame] | 7 | Setting Up ONAP |
| 8 | =============== |
Eric Debeau | 7e90041 | 2017-11-09 22:02:38 +0000 | [diff] [blame] | 9 | |
Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame^] | 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: |
Eric Debeau | 3cf9a63 | 2018-05-22 19:57:38 +0000 | [diff] [blame] | 29 | |
Rich Bennett | a4cf27d | 2017-11-12 23:11:28 -0500 | [diff] [blame] | 30 | .. toctree:: |
| 31 | :maxdepth: 1 |
| 32 | :titlesonly: |
Eric Debeau | 7e90041 | 2017-11-09 22:02:38 +0000 | [diff] [blame] | 33 | |
Eric Debeau | 3cf9a63 | 2018-05-22 19:57:38 +0000 | [diff] [blame] | 34 | onap_oom.rst |
Rich Bennett | 52b5c09 | 2018-09-01 09:48:13 -0400 | [diff] [blame^] | 35 | onap_heat.rst |
| 36 | onap_individual.rst |