d9139c7e653f918c31673203f8f1b54468ad720e
[doc.git] / docs / guides / onap-developer / settingup / index.rst
1 .. This work is licensed under
2 .. a Creative Commons Attribution 4.0 International License.
3 .. http://creativecommons.org/licenses/by/4.0
4 .. Copyright 2017-2018 AT&T Intellectual Property. All rights reserved.
5 .. Modifications Copyright 2018 Orange
6 .. Modifications Copyright 2018 Amdocs
7 .. Modifications Copyright 2018 Huawei
8
9 Setting Up ONAP
10 ===============
11
12 ONAP is deployed using the ONAP Operations Manager (OOM).
13
14 The recommended ONAP deployment is based on Kubernetes, Docker containers
15 and Helm installer.
16
17 Requirements
18 ------------
19
20 The following is the recommended component version.
21
22   ===========  =========
23   Software     Version
24   ===========  =========
25   Kubernetes   1.11.2
26   Helm         2.9.1
27   kubectl      1.11.2
28   Docker       17.03.x
29   ===========  =========
30
31 The ONAP full installation is validated with the following footprint:
32  - 14 VM (1 Rancher, 13 K8s nodes)
33    - 8 vCPU
34    - 16 GB RAM
35  - 160 GB Storage
36
37 Installation
38 ------------
39
40 Creation of Kubernetes cluster is described here:
41
42 .. toctree::
43    :maxdepth: 1
44    :titlesonly:
45
46    ../../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
47
48 ONAP installation is described here:
49
50 .. toctree::
51    :maxdepth: 1
52    :titlesonly:
53
54    ../../../../submodules/oom.git/docs/oom_quickstart_guide.rst
55
56 NodePorts
57 ---------
58
59 NodePorts are used to allow client applications, that run outside of
60 Kubernetes, access to ONAP components deployed by OOM.
61 A NodePort maps an externally reachable port to an internal port of an ONAP
62 microservice.
63 It should be noted that the use of NodePorts is temporary.
64 An alternative solution is currently being scoped for the Dublin Release.
65
66 * The list of node ports used by ONAP is documented
67   in `ONAP Node Port List <https://wiki.onap.org/display/DW/OOM+NodePort+List>`_.
68
69 .. note::
70    Prior to deployment of ONAP, there is no need to download manually any Docker container.
71    The OOM deployment takes care to automatically download the Docker containers.
72
73    It is also possible to deploy a subset of ONAP components on a single VM.
74    The VM flavor to be used depends on the number of ONAP components to be
75    deployed.
76
77 .. note::
78    For test purposes, it is possible to use other installations:
79
80 .. toctree::
81    :maxdepth: 1
82    :titlesonly:
83
84    onap_heat.rst
85    onap_individual.rst