Update setting up ONAP
[doc.git] / docs / guides / onap-developer / settingup / onap_oom.rst
1 .. 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
6
7 .. contents::
8    :depth: 2
9 ..
10
11 .. index:: Setting Up Full ONAP using Containers
12
13
14 =========================================
15 **Setting Up Full ONAP using Containers**
16 =========================================
17
18 .. _installing-onap-k8s:
19
20 **Context**
21 ===========
22
23 The recommended installation is based on Kubernetes to deploy ONAP
24 components using containers.
25
26 You must use the following version for the various sofware components.
27
28   ===========  =======
29   Software     Version
30   ===========  =======
31   Kubernetes   1.8.10
32   Helm         2.8.2
33   kubectl      1.8.10
34   Docker       17.03.x
35   ===========  =======
36
37 Creation of Kubernetes cluster is described here:
38
39 .. toctree::
40    :maxdepth: 1
41    :titlesonly:
42    
43    ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
44
45
46 The ONAP full installation requires the following footprint:
47  - 4 VM
48  - 32 vCPU
49  - 128 GB RAM
50  - 160 GB Storage
51
52 ONAP installation is described here:
53
54 .. toctree::
55    :maxdepth: 1
56    :titlesonly:
57
58    ../../../../submodules/oom.git/docs/oom_quickstart_guide.rst
59
60 .. note::
61    It is also possible to deploy a subset of ONAP components on a single VM.
62    The VM flavor to be used depends on the number of ONAP components to be
63    deployed.