From 49022b9d22c5d8896f698eea6471f5973772f394 Mon Sep 17 00:00:00 2001 From: "weinstock, alan" Date: Mon, 8 Oct 2018 18:55:10 +0000 Subject: [VNFRQTS] updated 3 req in heat sec Change-Id: I5c8c022e28e879ffabaf062176d6fd37dcfe97de Issue-ID: VNFRQTS-460 Signed-off-by: weinstock, alan --- .../Nova Metadata Parameters.rst | 22 +++++++++++++++------- 1 file changed, 15 insertions(+), 7 deletions(-) (limited to 'docs/Chapter5/Heat') 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 -- cgit 1.2.3-korg