From e90f4b9a0b4442baaac327ba18b8073845b22f3c Mon Sep 17 00:00:00 2001 From: Eric Debeau Date: Tue, 5 Jun 2018 23:28:10 +0000 Subject: Update setting up ONAP Correct bad links Issue-ID: DOC-269 Change-Id: I80486cc9d64b6f55dffff2a61c0852f4d32458c3 Signed-off-by: Eric Debeau --- docs/guides/onap-developer/settingup/index.rst | 6 +++--- .../onap-developer/settingup/onap_individual.rst | 1 - docs/guides/onap-developer/settingup/onap_oom.rst | 18 ++++++++++++++---- 3 files changed, 17 insertions(+), 8 deletions(-) (limited to 'docs/guides') 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. -- cgit 1.2.3-korg