Improve doc to install individual cpts 25/24925/1
authorGildas Lanilis <gildas.lanilis@huawei.com>
Wed, 22 Nov 2017 19:40:33 +0000 (11:40 -0800)
committerRich Bennett <rb2745@att.com>
Wed, 22 Nov 2017 21:07:34 +0000 (21:07 +0000)
-Provide context and recommendation in "Setting Up individual ONAP Cpts"
-Link Master RN to the above improvement

Issue-ID: DOC-204

Change-Id: Iccbb1e19458b4bf3e16e54eb63c2f3bc3337f7fc
Signed-off-by: Gildas Lanilis <gildas.lanilis@huawei.com>
(cherry picked from commit 3b95fe6aa5ef4cd9bd0b73ffb0976ad99a602ec9)

docs/guides/onap-developer/settingup/components.rst
docs/release/index.rst

index 4ce47f4..047038d 100644 (file)
@@ -1,13 +1,15 @@
 .. This work is licensed under a Creative Commons Attribution 4.0 International License.
    http://creativecommons.org/licenses/by/4.0
 
+.. _index-setting-individual-components:
 
 =========================================
 **Setting Up individual ONAP components**
 =========================================
-It is possible to deploy individual components.
+From a developer perspective, ONAP can be installed component per component. This advanced installation procedure is recommended only for experienced developers who desire to focus their attention on a few components and who have a deep understanding of dependencies between components.
+This type of installation is not recommended to fully install ONAP.
 
-The documentation to install the various components is available here:
+The installation procedures for the various components are provided below:
 
 User Interfaces
 ---------------
@@ -16,7 +18,7 @@ User Interfaces
    :maxdepth: 1
    :titlesonly:
 
-   CLAMP - Closed Loop Automation Platform <../../../submodules/clamp.git/docs/index.rst>
+   CLAMP - :ref:`Closed Loop Automation Platform<index-clamp-installation>`
    SDC - Service Design and Creation <../../../submodules/sdc.git/docs/installation.rst>
    Use-Case UI <../../../submodules/usecase-ui.git/docs/platform/installation.rst>
    VID - Virtual Infrastructure Deployment <../../../submodules/vid.git/docs/installation.rst>
@@ -58,5 +60,5 @@ SDK
    :titlesonly:
 
    CLI - Command Line Interface<../../../submodules/cli.git/docs/installation_guide.rst>
-   Portal <../../../submodules/portal.git/docs/tutorials/portal-sdk/setting-up.rst>
+   Portal <../../../submodules/portal.git/docs/tutorials/portal-sdk/setting-up.rst>
    VNF Software Development Kit <../../../submodules/vnfsdk/model.git/docs/files/mktplace-install.rst>
index ff81038..1e48041 100644 (file)
@@ -118,7 +118,7 @@ From a complete demo solution perspective. This installs the whole ONAP, refer t
 
 Advanced installation to install individual components
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-From a developer perspective, ONAP can be installed component per component. For details, refer to :ref:`the installation procedure available for each component<doc_onap-developer_guide_projects>`.
+From a developer perspective, ONAP can be installed component per component. For details, refer to :ref:`the installation procedure available for each component<index-setting-individual-components>`.
 The advanced installation procedure is recommended only for experienced developers who desire to focus their attention on a few components and who have a deep understanding of dependencies between components.
 This type of installation is not recommended to fully install ONAP.