summaryrefslogtreecommitdiffstats
path: root/docs/guides
diff options
context:
space:
mode:
authorEric Debeau <eric.debeau@orange.com>2018-06-05 23:28:10 +0000
committerEric Debeau <eric.debeau@orange.com>2018-06-05 23:30:00 +0000
commite90f4b9a0b4442baaac327ba18b8073845b22f3c (patch)
treee910391565400058c99ac3df2f80806f171f1729 /docs/guides
parent122296548904d24a7df34da3f694a9fd4bdeb307 (diff)
Update setting up ONAP
Correct bad links Issue-ID: DOC-269 Change-Id: I80486cc9d64b6f55dffff2a61c0852f4d32458c3 Signed-off-by: Eric Debeau <eric.debeau@orange.com>
Diffstat (limited to 'docs/guides')
-rw-r--r--docs/guides/onap-developer/settingup/index.rst6
-rw-r--r--docs/guides/onap-developer/settingup/onap_individual.rst1
-rw-r--r--docs/guides/onap-developer/settingup/onap_oom.rst18
3 files changed, 17 insertions, 8 deletions
diff --git a/docs/guides/onap-developer/settingup/index.rst b/docs/guides/onap-developer/settingup/index.rst
index bbd9fa72f..dc7d02bfe 100644
--- a/docs/guides/onap-developer/settingup/index.rst
+++ b/docs/guides/onap-developer/settingup/index.rst
@@ -25,12 +25,12 @@ The following table presents the required resources to deploy ONAP.
(*) For individual deployment, it depends on the components.
+The various installations can be found here:
+
.. toctree::
:maxdepth: 1
:titlesonly:
-
-Depending on
-
+
onap_oom.rst
onap_heat.rst
onap_individual.rst
diff --git a/docs/guides/onap-developer/settingup/onap_individual.rst b/docs/guides/onap-developer/settingup/onap_individual.rst
index a24f17a23..065dcfd29 100644
--- a/docs/guides/onap-developer/settingup/onap_individual.rst
+++ b/docs/guides/onap-developer/settingup/onap_individual.rst
@@ -30,4 +30,3 @@ This type of installation is not recommended to fully install ONAP.
* The ONAP Source Code is available through Gerrit at https://gerrit.onap.org or Git at https://git.onap.org/.
* ONAP is packaged within Docker and can be dowloaded from Docker Hub at https://hub.docker.com/r/onap.
-.. contents::
diff --git a/docs/guides/onap-developer/settingup/onap_oom.rst b/docs/guides/onap-developer/settingup/onap_oom.rst
index a43c600ee..28dd6ceba 100644
--- a/docs/guides/onap-developer/settingup/onap_oom.rst
+++ b/docs/guides/onap-developer/settingup/onap_oom.rst
@@ -15,7 +15,7 @@
**Setting Up Full ONAP using Containers**
=========================================
-.. _installing-onap-heat:
+.. _installing-onap-k8s:
**Context**
===========
@@ -34,8 +34,13 @@ You must use the following version for the various sofware components.
Docker 17.03.x
=========== =======
-Creation of Kubernetes cluster is available here:
- ../../../submodules/oom.git/docs/oom_cloud_setup_guide.rst
+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:
@@ -45,7 +50,12 @@ The ONAP full installation requires the following footprint:
- 160 GB Storage
ONAP installation is described here:
- ../../../submodules/oom.git/docs/oom_quickstart_guide.rst
+
+.. 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.