summaryrefslogtreecommitdiffstats
path: root/docs/Chapter7
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-07-30 16:07:02 +0000
committerBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-07-30 16:11:56 +0000
commit2e816cb9b91778d476dbd6e7f59040c50168df0a (patch)
tree018f98bcc8a43212cc3f57e3f7ca1ce8403647d4 /docs/Chapter7
parentb01f2e62513c2fb8637865d71b2f9bbdeed5e9fa (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/Chapter7')
-rw-r--r--docs/Chapter7/Configuration-Management.rst16
-rw-r--r--docs/Chapter7/Monitoring-And-Management.rst4
2 files changed, 10 insertions, 10 deletions
diff --git a/docs/Chapter7/Configuration-Management.rst b/docs/Chapter7/Configuration-Management.rst
index 8adb330..c650f7a 100644
--- a/docs/Chapter7/Configuration-Management.rst
+++ b/docs/Chapter7/Configuration-Management.rst
@@ -752,7 +752,7 @@ NETCONF Server Requirements
:keyword: MUST
The xNF PACKAGE **MUST** validated YANG code using the open
- source pyang [1]_ program using the following commands:
+ source pyang [#7.3.1]_ program using the following commands:
.. code-block:: python
@@ -1182,7 +1182,7 @@ action request against a Chef managed VNF.
3. Next, it creates a Node Object from the “Node” JSON dictionary for
all elements listed in the NodeList (using the FQDN to construct the
- endpoint) by replicating it [2]_. As part of this process, it will
+ endpoint) by replicating it [#7.3.2]_. As part of this process, it will
set the name field in each Node Object to the corresponding FQDN.
These node objects are then posted on the Chef Server to
corresponding Node Object REST endpoints to update the corresponding
@@ -1245,7 +1245,7 @@ Ansible Client Requirements
The xNF **MUST** have routable FQDNs that are reachable via
the Ansible Server for the endpoints (VMs) of a xNF on which playbooks
will be executed. ONAP will initiate requests to the Ansible Server
- for invocation of playbooks against these end points [3]_.
+ for invocation of playbooks against these end points [#7.3.3]_.
.. req::
:id: R-54373
@@ -1326,7 +1326,7 @@ complete the desired action.
:keyword: MUST
The xNF **MUST** support each ONAP (APPC) xNF action
- by invocation of **one** playbook [4]_. The playbook will be responsible
+ by invocation of **one** playbook [#7.3.4]_. The playbook will be responsible
for executing all necessary tasks (as well as calling other playbooks)
to complete the request.
@@ -1660,18 +1660,18 @@ Table 8. ONAP Controller APIs and NETCONF Commands
| | | |results. |
+-------------+--------------------+--------------------+--------------------+
-.. [1]
+.. [#7.3.1]
https://github.com/mbj4668/pyang
-.. [2]
+.. [#7.3.2]
Recall that the Node Object **is required** to be identical across
all VMs of a VNF invoked as part of the action except for the “name”.
-.. [3]
+.. [#7.3.3]
Upstream elements must provide the appropriate FQDN in the request to
ONAP for the desired action.
-.. [4]
+.. [#7.3.4]
Multiple ONAP actions may map to one playbook.
diff --git a/docs/Chapter7/Monitoring-And-Management.rst b/docs/Chapter7/Monitoring-And-Management.rst
index 38edab8..4ef2eae 100644
--- a/docs/Chapter7/Monitoring-And-Management.rst
+++ b/docs/Chapter7/Monitoring-And-Management.rst
@@ -372,7 +372,7 @@ JSON
The xNF **MUST** encode and serialize content delivered to
ONAP using JSON (RFC 7159) plain text format. High-volume data
is to be encoded and serialized using `Avro <http://avro.apache.org/>`_,
- where the Avro [1]_ data format are described using JSON.
+ where the Avro [#7.4.1]_ data format are described using JSON.
Note:
@@ -684,7 +684,7 @@ Security
Information (SPI) or certain proprietary data, in addition to applying the
regular procedures for securing access and delivery.
-.. [1]
+.. [#7.4.1]
This option is not currently supported in ONAP and it is currently
under consideration.