summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst
diff options
context:
space:
mode:
authorweinstock, alan <aw2574@att.com>2019-02-26 22:23:52 +0000
committerstark, steven <steven.stark@att.com>2019-02-26 15:07:39 -0800
commit01b71d17c727fb1e839a95863116f42951b67611 (patch)
treebf397b1560713e96e2b731028ec429721acfc041 /docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst
parentb76c884a5f782d77cc59d46979039dffc9f44952 (diff)
[VNFRQTS] updated vm_role requirements
Change-Id: Ia34d02fac97d118ea6990e23664840581e00565d Issue-ID: VNFRQTS-556 Signed-off-by: weinstock, alan <aw2574@att.com> Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst20
1 files changed, 13 insertions, 7 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst
index 7d6a6c2..ea1984a 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{vm-type}.rst
@@ -46,8 +46,8 @@ Requirements in this document will explain it in further detail.
:id: R-82481
:target: VNF
:keyword: MUST
- :validation_mode: static
- :updated: casablanca
+ :validation_mode: none
+ :updated: dublin
A VNF's Heat Orchestration Template's Resource property parameter that is
associated with a unique Virtual Machine type **MUST** include
@@ -56,11 +56,17 @@ Requirements in this document will explain it in further detail.
1.) The Resource ``OS::Nova::Server`` property ``availability_zone``
parameter **MUST NOT** be prefixed with a common ``{vm-type}`` identifier,
- 2.) The Resource ``OS::Nova::Server`` eight mandatory and optional
- ``metadata``
- parameters (i.e., ``vnf_name``, ``vnf_id``, ``vf_module_id``,
- ``vf_module_name``, ``vm_role``,
- ``vf_module_index``, ``environment_context``, ``workload_context``)
+ 2.) The Resource ``OS::Nova::Server`` mandatory and optional
+ ``metadata`` parameters
+
+ * ``vnf_name``
+ * ``vnf_id``
+ * ``vf_module_id``
+ * ``vf_module_name``
+ * ``vf_module_index``
+ * ``environment_context``
+ * ``workload_context``
+
**MUST NOT** be prefixed with a common ``{vm-type}`` identifier.
.. req::