a43c600ee31785ae222a660ff3aa09b95914a7fa
[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-heat:
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 available here:
38    ../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
39
40
41 The ONAP full installation requires the following footprint:
42  - 4 VM
43  - 32 vCPU
44  - 128 GB RAM
45  - 160 GB Storage
46
47 ONAP installation is described here:
48    ../../../submodules/oom.git/docs/oom_quickstart_guide.rst
49
50 .. note::
51    It is also possible to deploy a subset of ONAP components on a single VM.
52    The VM flavor to be used depends on the number of ONAP components to be
53    deployed.