Update setting up ONAP 09/50509/1
authorEric Debeau <eric.debeau@orange.com>
Tue, 5 Jun 2018 23:28:10 +0000 (23:28 +0000)
committerEric Debeau <eric.debeau@orange.com>
Tue, 5 Jun 2018 23:30:00 +0000 (23:30 +0000)
Correct bad links

Issue-ID: DOC-269

Change-Id: I80486cc9d64b6f55dffff2a61c0852f4d32458c3
Signed-off-by: Eric Debeau <eric.debeau@orange.com>
docs/guides/onap-developer/settingup/index.rst
docs/guides/onap-developer/settingup/onap_individual.rst
docs/guides/onap-developer/settingup/onap_oom.rst

index bbd9fa7..dc7d02b 100644 (file)
@@ -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
index a24f17a..065dcfd 100644 (file)
@@ -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::
index a43c600..28dd6ce 100644 (file)
@@ -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.