fix index and reenable link
[doc.git] / docs / guides / onap-operator / 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 .. Modifications Copyright 2019 Orange
9 .. Modifications Copyright 2021 Nokia
10
11 Setting Up ONAP
12 ===============
13
14 .. _installing-onap:
15
16 ONAP is deployed using the ONAP Operations Manager (OOM).
17
18 The recommended ONAP deployment can be deployed on a private set of physical
19 hosts or VMs (or even a combination of the two) and is based on Kubernetes,
20 Docker containers and Helm installer.
21
22 Requirements
23 ------------
24
25 ONAP deployment via OOM requires the following software components.
26
27 * Kubernetes cluster
28 * Helm
29 * kubectl
30 * Docker
31
32 The Software versions needed for the specific ONAP release
33 as well as the minimum Hardware configuration can be found in the
34 :ref:`OOM Infrastructure Guide<onap-oom:oom_infra_guide>`
35
36 Installation
37 ------------
38
39 On the target Kubernetes cluster ONAP requires the setup of a Base Platform:
40
41 :ref:`OOM Base Platform <onap-oom:oom_base_setup_guide>`
42
43 Additional optional setups (e.g. Prometheus) and instructions can be found in:
44
45 :ref:`OOM Ingress controller setup (optional)<onap-oom:oom_base_optional_addons>`
46
47 .. :ref:`OOM Ingress controller setup (optional)<onap-oom:oom_setup_ingress_controller>`
48
49 ONAP configuration and installation instructions are described here:
50
51 :ref:`OOM Deployment Guide<onap-oom:oom_deploy_guide>`