blob: 7cb0d93a8f9f3365ba9ded43b292143663d6ae87 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
|
.. This work is licensed undera Creative Commons Attribution 4.0
.. International License.
.. http://creativecommons.org/licenses/by/4.0
.. Copyright 2018 ONAP
.. index:: Setting Up Full ONAP using Containers
=========================================
**Setting Up Full ONAP using Containers**
=========================================
.. _installing-onap-k8s:
**Context**
===========
The recommended installation is based on Kubernetes to deploy ONAP
components using containers.
You must use the following version for the various sofware components.
=========== =========
Software Version
=========== =========
Kubernetes 1.8.10
Helm 2.8.2
kubectl 1.8.10
Docker 17.03.x
=========== =========
Creation of Kubernetes cluster is described here:
.. toctree::
:maxdepth: 1
:titlesonly:
../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
The ONAP full installation requires the following footprint:
- 4 VM
- 32 vCPU
- 128 GB RAM
- 160 GB Storage
ONAP installation is described here:
.. toctree::
:maxdepth: 1
:titlesonly:
../../../../submodules/oom.git/docs/oom_quickstart_guide.rst
.. note::
It is also possible to deploy a subset of ONAP components on a single VM.
The VM flavor to be used depends on the number of ONAP components to be
deployed.
|