diff options
author | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-30 16:07:02 +0000 |
---|---|---|
committer | Bozawglanian, Hagop (hb755d) <hb755d@att.com> | 2018-07-30 16:11:56 +0000 |
commit | 2e816cb9b91778d476dbd6e7f59040c50168df0a (patch) | |
tree | 018f98bcc8a43212cc3f57e3f7ca1ce8403647d4 /docs/Chapter4 | |
parent | b01f2e62513c2fb8637865d71b2f9bbdeed5e9fa (diff) |
VNFRQTS - Dynamic footnote generation
Updating footnotes to be generated more dynamically.
Change-Id: If0f18874009cc981e73db99ea95cbd9bc5fb6299
Issue-ID: VNFRQTS-279
Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/Chapter4')
-rw-r--r-- | docs/Chapter4/Design.rst | 4 | ||||
-rw-r--r-- | docs/Chapter4/Devops.rst | 12 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/Chapter4/Design.rst b/docs/Chapter4/Design.rst index 70f5598..a4288d0 100644 --- a/docs/Chapter4/Design.rst +++ b/docs/Chapter4/Design.rst @@ -162,7 +162,7 @@ VNF Design Requirements :keyword: MUST The VNF **MUST** use the NCSP's supported library and compute - flavor that supports DPDK to optimize network efficiency if using DPDK. [1]_ + flavor that supports DPDK to optimize network efficiency if using DPDK. [#4.1.1]_ .. req:: :id: R-18864 @@ -191,6 +191,6 @@ VNF Design Requirements The VNF **MUST NOT** require the use of a dynamic routing protocol unless necessary to meet functional requirements. -.. [1] +.. [#4.1.1] Refer to NCSP’s Network Cloud specification diff --git a/docs/Chapter4/Devops.rst b/docs/Chapter4/Devops.rst index aabd76f..589e382 100644 --- a/docs/Chapter4/Devops.rst +++ b/docs/Chapter4/Devops.rst @@ -46,14 +46,14 @@ DevOps Requirements :keyword: MUST The VNF **MUST** install the NCSP required software on Guest OS - images when not using the NCSP provided Guest OS images. [1]_ + images when not using the NCSP provided Guest OS images. [#4.5.1]_ .. req:: :id: R-09467 :target: VNF :keyword: MUST - The VNF **MUST** utilize only NCSP standard compute flavors. [1]_ + The VNF **MUST** utilize only NCSP standard compute flavors. [#4.5.1]_ .. req:: :id: R-02997 @@ -115,7 +115,7 @@ DevOps Requirements :target: VNF :keyword: MUST - The VNF **MUST** respond to a "move traffic" [2]_ command + The VNF **MUST** respond to a "move traffic" [#4.5.2]_ command against a specific VNFC, moving all existing session elsewhere with minimal disruption if a VNF provides a load balancing function across multiple instances of its VNFCs. @@ -128,7 +128,7 @@ DevOps Requirements :target: VNF :keyword: MUST - The VNF **MUST** respond to a "drain VNFC" [2]_ command against + The VNF **MUST** respond to a "drain VNFC" [#4.5.2]_ command against a specific VNFC, preventing new session from reaching the targeted VNFC, with no disruption to active sessions on the impacted VNFC, if a VNF provides a load balancing function across multiple instances of its VNFCs. @@ -145,10 +145,10 @@ DevOps Requirements testing and operations. -.. [1] +.. [#4.5.1] Refer to NCSP’s Network Cloud specification -.. [2] +.. [#4.5.2] Not currently supported in ONAP release 1 |