From 59a1257c699bd2edf56ecac252a45fb192eff4b4 Mon Sep 17 00:00:00 2001 From: "Lovett, Trevor" Date: Mon, 22 Oct 2018 13:19:54 -0500 Subject: VNFRQTS - Fixing links in Scalout Use Case Change-Id: Id5d0f9dedf958654ebab0b1e6e090f36f11aaecb Issue-ID: VNFRQTS-476 Signed-off-by: Lovett, Trevor --- docs/manual_use_case.rst | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/docs/manual_use_case.rst b/docs/manual_use_case.rst index cf06467..71db4ce 100644 --- a/docs/manual_use_case.rst +++ b/docs/manual_use_case.rst @@ -67,27 +67,24 @@ For VNFs to make use of the Manual Scaling Capabilities of ONAP, they must support the following functionality: 1. VNFs must support a Healthcheck as described in: - :doc:`The Management Section of the ONAP VNF Guidelines<../../../vnfrqts/requirements.git/docs/Chapter7/Configuration-Management.html>`. + :doc:`The Management Section of the ONAP VNF Guidelines<../../../vnfrqts/requirements.git/docs/Chapter7/Configuration-Management>`. a. R-41430 is the requirement dictating the need for VNF Healthchecks. b. The health check may be supported using REST, Ansible, or Chef - * REST health check requirements can be found in the - :doc:`REST APIs section<../../../vnfrqts./requirements.git/docs/Chapter7/Configuration-Management.html#vnf-rest-apis>` - * The Ansible health check playbook can be found in the - :doc:`Ansible Playbook Requirements section<../../../vnfrqts/requirements.git/docs/Chapter7/Configuration-Management.html#vnf-rest-apis#ansible-playbook-requirements>` + * REST health check requirements can be found in the :ref:`vnf_rest_apis` + * The Ansible health check playbook can be found in the :ref:`ansible_playbook_requirements` 2. R-43413 states that a "VNF MUST utilize a modular Heat Orchestration Template design to support scaling". The description of this design may - be found in the - :doc:`ONAP VNF Modularity Overview section<../../../vnfrqts/requirements.git/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.html#onap-vnf-modularity-overview>` + be found in the :ref:`heat_onap_vnf_modularity_overview` of the Heat Requirements. a. The ``VF_Module`` to be scaled must be built according to the VNF Modularity Rules for Incremental Modules 3. Configuration of the VNF must be done via NETCONF, Chef, or Ansible as - described in the :doc:`Configuration Management<../../../vnfrqts/requirements.git/docs/Chapter7/Configuration-Management.html#configuration-management>` + described in the :doc:`Configuration Management<../../../vnfrqts/requirements.git/docs/Chapter7/Configuration-Management>` .. |scale_out_design_time| image:: manual_scale_out_design_time.png -- cgit 1.2.3-korg