summaryrefslogtreecommitdiffstats
path: root/docs/sections/guides/infra_guides/oom_infra_setup.rst
diff options
context:
space:
mode:
authorAndreas Geissler <andreas-geissler@telekom.de>2023-04-21 14:21:37 +0200
committerAndreas Geissler <andreas-geissler@telekom.de>2023-06-01 15:44:40 +0200
commite08eee030fd379fa7253e99626c314d021b1eacd (patch)
treee5cf7bd85d6ea82d3de72e9f6fd802e3b7faa409 /docs/sections/guides/infra_guides/oom_infra_setup.rst
parent1a76edf1159156d832e62c268b54fd727f82057f (diff)
[DOC] Update London OOM documentation
Add information: - new Deployment options (Production, Development) - move Istio deployment to base installation - add Gateway-API and Keycloak Installation instructions - split and rename of a few files for updated structure - changed rst section formatting as suggested in sphinx rtd theme - add London Release Notes Issue-ID: OOM-3159 Signed-off-by: Andreas Geissler <andreas-geissler@telekom.de> Change-Id: I98b8541d51daba982fd6c8be0c85fae676d53c13
Diffstat (limited to 'docs/sections/guides/infra_guides/oom_infra_setup.rst')
-rw-r--r--docs/sections/guides/infra_guides/oom_infra_setup.rst81
1 files changed, 0 insertions, 81 deletions
diff --git a/docs/sections/guides/infra_guides/oom_infra_setup.rst b/docs/sections/guides/infra_guides/oom_infra_setup.rst
deleted file mode 100644
index ed7b05a103..0000000000
--- a/docs/sections/guides/infra_guides/oom_infra_setup.rst
+++ /dev/null
@@ -1,81 +0,0 @@
-.. This work is licensed under a Creative Commons Attribution 4.0
-.. International License.
-.. http://creativecommons.org/licenses/by/4.0
-.. Copyright (C) 2022 Nordix Foundation
-
-.. Links
-.. _Kubernetes: https://kubernetes.io/
-.. _Kubernetes best practices: https://kubernetes.io/docs/setup/best-practices/cluster-large/
-.. _kubelet confg guide: https://kubernetes.io/docs/reference/command-line-tools-reference/kubelet/
-
-.. _oom_infra_setup_guide:
-
-OOM Infrastructure Guide
-########################
-
-.. figure:: ../../resources/images/oom_logo/oomLogoV2-medium.png
- :align: right
-
-OOM deploys and manages ONAP on a pre-established Kubernetes_ cluster - the
-creation of this cluster is outside of the scope of the OOM project as there
-are many options including public clouds with pre-established environments.
-If creation of a Kubernetes cluster is required, the life-cycle of this
-cluster is independent of the life-cycle of the ONAP components themselves.
-
-.. rubric:: Minimum Hardware Configuration
-
-Some recommended hardware requirements are provided below. Note that this is for a
-full ONAP deployment (all components).
-
-.. table:: OOM Hardware Requirements
-
- ===== ===== ====== ====================
- RAM HD vCores Ports
- ===== ===== ====== ====================
- 224GB 160GB 112 0.0.0.0/0 (all open)
- ===== ===== ====== ====================
-
-Customizing ONAP to deploy only components that are needed will drastically reduce these requirements.
-See the :ref:`OOM customized deployment<oom_customize_overrides>` section for more details.
-
-.. note::
- | Kubernetes supports a maximum of 110 pods per node - this can be overcome by modifying your kubelet config.
- | See the `kubelet confg guide`_ for more information.
-
- | The use of many small nodes is preferred over a few larger nodes (for example 14 x 16GB - 8 vCores each).
-
- | OOM can be deployed on a private set of physical hosts or VMs (or even a combination of the two).
-
-.. rubric:: Software Requirements
-
-The versions of software that are supported by OOM are as follows:
-
-.. _versions_table:
-
-.. table:: OOM Software Requirements (base)
-
- ============== =========== ======= ======== ======== ============ =======
- Release Kubernetes Helm kubectl Docker Cert-Manager Strimzi
- ============== =========== ======= ======== ======== ============ =======
- Jakarta 1.22.4 3.6.3 1.22.4 20.10.x 1.8.0 0.28.0
- Kohn 1.23.8 3.8.2 1.23.8 20.10.x 1.8.0 0.32.0
- ============== =========== ======= ======== ======== ============ =======
-
-.. table:: OOM Software Requirements (optional)
-
- ============== ================= ======
- Release Prometheus Stack Istio
- ============== ================= ======
- Jakarta 35.x ---
- Kohn 35.x 1.15.1
- ============== ================= ======
-
-
-.. toctree::
- :hidden:
-
- oom_base_config_setup.rst
- oom_base_optional_addons.rst
- oom_setup_ingress_controller.rst
-
-