summaryrefslogtreecommitdiffstats
path: root/docs/platform
diff options
context:
space:
mode:
authorthmsdt <thomas.kulik@telekom.de>2022-11-17 15:41:55 +0100
committerthmsdt <thomas.kulik@telekom.de>2022-11-21 17:06:57 +0100
commit1e0ffba5092d6c595fec90d3a1bea745bd084b3b (patch)
treebd7a959b5bdc0b6d856ab02063ef591a88f7826b /docs/platform
parent2cc80a4a29561efea3741527dcb8062d136c4759 (diff)
fix doc config files
Issue-ID: DOC-798 Signed-off-by: thmsdt <thomas.kulik@telekom.de> Change-Id: I83fbb41344d74c82fd7e1a510370687d763c6255
Diffstat (limited to 'docs/platform')
-rw-r--r--docs/platform/index.rst20
-rw-r--r--docs/platform/installation/installation/uui-over-oom.rst5
2 files changed, 12 insertions, 13 deletions
diff --git a/docs/platform/index.rst b/docs/platform/index.rst
index 7b3e9723..730b595f 100644
--- a/docs/platform/index.rst
+++ b/docs/platform/index.rst
@@ -4,7 +4,7 @@
.. _uui_index:
ONAP Usecase-UI
-==========
+===============
|image0|
@@ -27,18 +27,18 @@ Usecase UI is composed of two parts that are usecase-ui and usecase-ui-server.
* Usecase UI (Frontend)
- * providing customer and service type management GUI.
- * providing E2E instance lifecycle management GUI.
- * providing NS instance lifecycle management GUI.
- * providing NS/VNF/PNF package management GUI.
- * providing 5G Slicing network management and monitor GUI.
- * providing network management GUI for OTN Domain.
+ * providing customer and service type management GUI.
+ * providing E2E instance lifecycle management GUI.
+ * providing NS instance lifecycle management GUI.
+ * providing NS/VNF/PNF package management GUI.
+ * providing 5G Slicing network management and monitor GUI.
+ * providing network management GUI for OTN Domain.
* Usecase UI Server (Backend)
- * providing postgreSQL for recording instance operation history.
- * providing template analysis result via calling modeling parser.
- * providing the way to call ONAP other components APIs.
+ * providing postgreSQL for recording instance operation history.
+ * providing template analysis result via calling modeling parser.
+ * providing the way to call ONAP other components APIs.
.. toctree::
diff --git a/docs/platform/installation/installation/uui-over-oom.rst b/docs/platform/installation/installation/uui-over-oom.rst
index c26b066f..38f4ede5 100644
--- a/docs/platform/installation/installation/uui-over-oom.rst
+++ b/docs/platform/installation/installation/uui-over-oom.rst
@@ -34,10 +34,9 @@ Usecase-UI Docker Images
For initialization of docker there are 2 deployment options currently adpoted in ONAP : using heat template and using OOM.
From Casablanca release, OOM is the recommended way, so here mainly give the steps for OOM based deployment.
-For OOM deployment you can refer to the below links:
+For OOM deployment you can refer to the link below:
-https://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_setup_kubernetes_rancher.html
-https://onap.readthedocs.io/en/latest/submodules/oom.git/docs/oom_quickstart_guide.html#quick-start-label
+ONAP Operations Manager: :ref:`oom<onap-oom:master_index>`
1. First ensure Usecase-UI is marked true against field enabled in the oom/kubernetes/onap/values.yaml for successful deployment.