summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2018-10-09 15:38:02 +0000
committerweinstock, alan <aw2574@att.com>2018-10-10 17:59:41 +0000
commit924c633a92b37c0ae446ab41f198d392c0c99c32 (patch)
tree0e135aca3bc5fb58d05b30c4ed7b9668baa7f88b /docs/Chapter5
parent66ba11014ff5f21ceaaa2f4211e2b11b16c37335 (diff)
[VNFRQTS] updated 6 req in Heat Sec
Change-Id: I4891f838ac15093bf22cace752c8648ba2a0541a Issue-ID: VNFRQTS-464 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.rst47
1 files changed, 28 insertions, 19 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 274418e..964288b 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
@@ -56,8 +56,9 @@ Template at orchestration time.
A VNF's Heat Orchestration Template's ``OS::Nova::Server``
resource property
- ``metadata`` key/value pair ``vnf_id`` parameter ``vnf_id`` **MUST**
- be declared as type: ``string``.
+ ``metadata`` key/value pair ``vnf_id`` parameter
+ **MUST** be declared as ``vnf_id`` and the parameter **MUST**
+ be defined as type: ``string``.
.. req::
:id: R-55218
@@ -145,8 +146,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 ``vf_module_id`` **MUST NOT**
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource property
+ ``metadata`` key/value pair ``vf_module_id`` parameter ``vf_module_id``
+ **MUST NOT**
have parameter constraints defined.
.. req::
@@ -249,9 +251,11 @@ 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 ``vnf_name`` is passed into a Nested YAML
- file, the parameter name ``vnf_name`` **MUST NOT** change.
+
+ If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property
+ ``metadata`` key/value pair ``vnf_name`` is passed into a Nested YAML
+ file, the key/value pair name ``vnf_name`` **MUST NOT** change.
*Example 'vnf_name' Parameter Definition*
@@ -330,9 +334,10 @@ part of the orchestration process.
:validation_mode: static
:updated: casablanca
- If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource
- metadata map value parameter ``vf_module_name`` is passed into a Nested YAML
- file, the parameter name ``vf_module_name`` **MUST NOT** change.
+ If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property ``metadata`` key/value pair ``vf_module_name`` is passed into a
+ Nested YAML
+ file, the key/value pair name ``vf_module_name`` **MUST NOT** change.
*Example 'vf_module_name' Parameter Definition*
@@ -373,9 +378,11 @@ available for use by other ONAP components and/or north bound systems.
:validation_mode: static
:updated: casablanca
- A VNF's Heat Orchestration Template's OS::Nova::Server Resource
- ``metadata`` map value parameter ``vm_role`` **MUST**
- be declared as type: ``string``.
+ If a VNF's Heat Orchestration Template's ``OS::Nova::Server``
+ resource property
+ ``metadata`` key/value pair ``vm_role`` value is obtained via
+ ``get_param``, the parameter **MUST** be declared as ``vm_role``
+ and the parameter **MUST** be defined as type: ``string``.
.. req::
:id: R-67597
@@ -582,10 +589,11 @@ vf_module_index
:validation_mode: static
:updated: casablanca
- If a VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource
- ``metadata`` map value parameter ``vf_module_index`` **MUST NOT**
- be used in a
- VNF's Volume Template; it is not supported.
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property ``metadata`` key/value pair ``vf_module_index`` **MUST NOT**
+ be used in a ``OS::Cinder::Volume`` resource and **MUST NOT** be
+ used in VNF's Volume template;
+ it is not supported.
The ``vf_module_index`` parameter indicates which instance of the module is
being deployed into the VNF.
@@ -782,8 +790,9 @@ environment_context
:validation_mode: static
:updated: casablanca
- A VNF's Heat Orchestration Template's ``OS::Nova::Server`` Resource
- ``metadata`` map value parameter ``environment_context`` **MUST NOT**
+ A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
+ property ``metadata``key/value pair ``environment_context``
+ parameter ``environment_context`` **MUST NOT**
have parameter constraints defined.
.. req::