blob: 813168f3fcfecac6190586c20fb0a0db62281a67 [file] [log] [blame]
Eric Debeau3cf9a632018-05-22 19:57:38 +00001.. This work is licensed undera Creative Commons Attribution 4.0
2.. International License.
3.. http://creativecommons.org/licenses/by/4.0
4.. Copyright 2018 ONAP
5
Eric Debeau3cf9a632018-05-22 19:57:38 +00006.. index:: Setting Up Full ONAP using Containers
7
Rich Bennett52b5c092018-09-01 09:48:13 -04008====================================
9**Setting Up ONAP using Kubernetes**
10====================================
Eric Debeau3cf9a632018-05-22 19:57:38 +000011
Rich Bennett52b5c092018-09-01 09:48:13 -040012.. _installing-onap-k8s:
13
14**Context**
15===========
16
17The recommended ONAP deployment is based on Kubernetes and Docker containers.
18This method is also called deployment through OOM.
19
20The following is the recommended component version.
21
22 =========== =========
23 Software Version
24 =========== =========
25 Kubernetes 1.8.10
26 Helm 2.8.2
27 kubectl 1.8.10
28 Docker 17.03.x
29 =========== =========
30
31Creation of Kubernetes cluster is described here:
32
33.. toctree::
34 :maxdepth: 1
35 :titlesonly:
36
37 ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
Eric Debeau3cf9a632018-05-22 19:57:38 +000038
39
Rich Bennett52b5c092018-09-01 09:48:13 -040040The ONAP full installation requires the following footprint:
41 - 4 VM
42 - 32 vCPU
43 - 128 GB RAM
44 - 160 GB Storage
Eric Debeau3cf9a632018-05-22 19:57:38 +000045
Rich Bennett52b5c092018-09-01 09:48:13 -040046ONAP installation is described here:
Eric Debeau3cf9a632018-05-22 19:57:38 +000047
Rich Bennett52b5c092018-09-01 09:48:13 -040048.. toctree::
49 :maxdepth: 1
50 :titlesonly:
51
52 ../../../../submodules/oom.git/docs/oom_quickstart_guide.rst
53
54.. note::
55 Prior to deployment of ONAP, there is no need to download manually any Docker container.
56 The OOM deployment takes care to automatically download the Docker containers.
57
58 It is also possible to deploy a subset of ONAP components on a single VM.
59 The VM flavor to be used depends on the number of ONAP components to be
60 deployed.