summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2019-05-01 23:26:25 +0000
committerweinstock, alan <aw2574@att.com>2019-05-01 23:26:25 +0000
commit09bbd2f9f5cdcf84b18ff1be53caec852f331246 (patch)
tree5d4392d70163b9f6cdb90550a8986d1f7d034b51 /docs/Chapter5
parent80182bfaeb80aa79a0cea7ce06be88eefd166035 (diff)
[VNFRQTS] Update R-68023 & R-50816
Change-Id: I67c14f1eaa3a1532bc3cc3a53b34ff74ce8cb6ba Issue-ID: VNFRQTS-634 Signed-off-by: weinstock, alan <aw2574@att.com>
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst39
1 files changed, 30 insertions, 9 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
index 31cb896..5e461df 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
@@ -244,15 +244,25 @@ The ``vf_module_name`` (e.g., ``<STACK_NAME>`` is specified as
part of the orchestration process.
.. req::
- :id: R-68023
+ :id: R-100400
+ :keyword: SHOULD
+ :introduced: 2019-1
:target: VNF
+
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property metadata **SHOULD** contain the key/value pair ``vf_module_name``.
+
+
+.. req::
+ :id: R-68023
:keyword: MUST
:validation_mode: static
- :updated: casablanca
+ :target: VNF
+ :updated: 2019-1
A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
- property ``metadata`` **SHOULD**
- contain the key/value pair ``vf_module_name`` and the value **MUST**
+ property ``metadata`` key/value pair ``vf_module_name``
+ value **MUST**
be obtained via a ``get_param``.
.. req::
@@ -451,16 +461,27 @@ vf_module_index
.. req::
- :id: R-50816
+ :id: R-100410
+ :keyword: MAY
+ :introduced: 2019-1
:target: VNF
+
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server``
+ resource property ``metadata`` **MAY**
+ contain the key/value pair ``vf_module_index``.
+
+
+.. req::
+ :id: R-50816
:keyword: MUST
- :updated: casablanca
+ :target: VNF
:validation_mode: static
+ :updated: 2019-1
A VNF's Heat Orchestration Template's ``OS::Nova::Server``
- resource property ``metadata`` **MAY**
- contain the key/value pair ``vf_module_index``
- and the value **MUST** be obtained via a ``get_param``.
+ resource property ``metadata``
+ key/value pair ``vf_module_index``
+ value **MUST** be obtained via a ``get_param``.
.. req::
:id: R-54340