[VNFRQTS] update Requirement: R-02164 with Resource Information 29/100629/1
authorweinstock, alan <aw2574@att.com>
Wed, 22 Jan 2020 20:53:04 +0000 (20:53 +0000)
committerweinstock, alan <aw2574@att.com>
Wed, 22 Jan 2020 20:53:04 +0000 (20:53 +0000)
Issue-ID: VNFRQTS-800
Signed-off-by: weinstock, alan <aw2574@att.com>
Change-Id: Ia4a2d57d304506393b1a197f20a6566855afe12f

docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Contrail Resource Parameters.rst

index c9fd6c4..c8b2f13 100644 (file)
@@ -93,7 +93,6 @@ parameters
     :id: R-35413
     :target: VNF
     :keyword: MAY
-    :validation_mode: static
     :introduced: frankfurt
 
     A VNF Heat Orchestration's template's base module **MAY** (or **MAY NOT**)
@@ -477,7 +476,6 @@ resources
     :id: R-23663
     :target: VNF
     :keyword: MAY
-    :validation_mode: none
     :introduced: frankfurt
 
     A VNF's Heat Orchestration template's base module
index 38136e5..b3ea7e0 100644 (file)
@@ -26,25 +26,29 @@ ONAP External Networks
     :updated: frankfurt
 
     When a VNF's Heat Orchestration Template's Contrail resource
-    has a property that
-    references an ONAP external network (per the
+    ``OS::ContrailV2::InstanceIp`` and/or
+    ``OS::ContrailV2::VirtualMachineInterface``
+    contains the property ``virtual_network_refs``
+    that references an ONAP external network (per the
     ONAP definition, see Requirement R-57424 and R-16968),
-    that requires the network's
-    Fully Qualified Domain Name (FQDN), the property parameter
+    the property value **MUST** be obtained by a ``get_param`` and the
+    property parameter
 
     * **MUST** follow the format ``{network-role}_net_fqdn``
     * **MUST** be declared as type ``string``
-    * **MUST NOT** be enumerated in the VNF's Heat Orchestration Template's
-      Environment File
+
 
 .. req::
     :id: R-92193
     :target: VNF
     :keyword: MUST NOT
     :validation_mode: static
+    :updated: frankfurt
 
-    A VNF's Heat Orchestration Template's parameter
-    ``{network-role}_net_fqdn``
+    A VNF's Heat Orchestration Template's Contrail resource
+    ``OS::ContrailV2::InstanceIp`` and/or
+    ``OS::ContrailV2::VirtualMachineInterface`` property
+    ``virtual_network_refs`` parameter ``{network-role}_net_fqdn``
     **MUST NOT** be enumerated in the VNF's Heat Orchestration Template's
     Environment File.