summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-10-08 18:55:10 +0000
committerweinstock, alan <aw2574@att.com>2018-10-08 18:58:25 +0000
commit49022b9d22c5d8896f698eea6471f5973772f394 (patch)
tree3cf3b5c973a947d2de8359b4e8a161925741833c /docs/Chapter5
parent25c058f5fdbdcb383e8f1c67a6ea270536d50a49 (diff)
[VNFRQTS] updated 3 req in heat sec
Change-Id: I5c8c022e28e879ffabaf062176d6fd37dcfe97de Issue-ID: VNFRQTS-460 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.rst22
1 files changed, 15 insertions, 7 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 d86279d..91e1dcd 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
@@ -164,10 +164,12 @@ Template at orchestration time.
:validation_mode: static
:updated: casablanca
- If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource
- ``metadata`` map value parameter ``vf_module_id`` is passed into a
+ If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property
+ ``metadata`` key/value pair ``vf_module_id`` is passed into a
Nested YAML
- file, the parameter name ``vf_module_id`` **MUST NOT** change.
+ file, the key/value pair name ``vf_module_id`` **MUST NOT** change.
+
*Example 'vf_module_id' Parameter Definition*
@@ -228,8 +230,9 @@ Template at orchestration time.
:validation_mode: static
:updated: casablanca
- A VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource
- ``metadata`` map value parameter ``vnf_name`` **MUST NOT**
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property ``metadata`` key/value pair ``vnf_name`` parameter
+ ``vnf_name`` **MUST NOT**
be enumerated in the Heat Orchestration Template's environment file.
.. req::
@@ -344,8 +347,13 @@ available for use by other ONAP components and/or north bound systems.
:keyword: MAY
:updated: casablanca
- A VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource **MAY**
- contain the ``metadata`` map value parameter ``vm_role``.
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property
+ ``metadata`` **MAY**
+ contain the key/value pair ``vm_role`` and the value **MUST** be
+ obtained either via
+
+ - ``get_param``
+ - hard coded in the key/value pair ``vm_role``.
.. req::
:id: R-95430