[VNFRQTS] updated R-99110, R-26506, R-708564 02/86202/1
authorweinstock, alan <aw2574@att.com>
Wed, 24 Apr 2019 20:35:58 +0000 (20:35 +0000)
committerweinstock, alan <aw2574@att.com>
Wed, 24 Apr 2019 20:35:58 +0000 (20:35 +0000)
Change-Id: Iffa4d578c852d508b3351253a1187551472fb22f
Issue-ID: VNFRQTS-629
Signed-off-by: weinstock, alan <aw2574@att.com>
docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Resource IDs.rst
docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/{network-role}.rst
docs/Chapter5/Heat/ONAP Heat Template Constructs.rst

index 0d1093b..f161ded 100644 (file)
@@ -934,21 +934,15 @@ OS::ContrailV2::VirtualNetwork
     :target: VNF
     :keyword: MUST
     :validation_mode: static
-    :updated: casablanca
+    :updated: dublin
 
     A VNF's Heat Orchestration Template's Resource
-    ``OS::ContrailV2::VirtualNetwork`` Resource ID **MUST** use the naming convention
-
-    1) ``int_{network-role}_network``
-
-    or
+    ``OS::ContrailV2::VirtualNetwork`` Resource ID **MUST** use the naming
+    convention
 
-    2) ``int_{network-role}_RVN`` where RVN represents Resource Virtual
-       Network
+    * ``int_{network-role}_network``
 
     VNF Heat Orchestration Templates can only create internal networks.
     There is no ``{index}`` after ``{network-role}`` because ``{network-role}``
     **MUST** be unique in the scope of the VNF's
     Heat Orchestration Template.
-
-    Note that option 1 is preferred.
index fc7d080..498d79f 100644 (file)
     :validation_mode: static
     :updated: dublin
 
-
     A VNF's Heat Orchestration Template's ``{network-role}`` **MUST** contain
     only alphanumeric characters and/or underscores '_' and
 
     * **MUST NOT** contain any of the following strings: ``_int`` or ``int_``
       or ``_int_``
-    * **MUST NOT** end in the following string: ``_v6``
+    * **MUST NOT** end in the string: ``_v6``
+    * **MUST NOT** contain the strings ``_#_``,  where ``#`` is a number
+    * **MUST NOT** end in the string: ``_#``, where ``#`` is a number
+
 
 .. req::
     :id: R-00977
index e55eb4f..ab30c81 100644 (file)
@@ -117,7 +117,11 @@ the second level of nested heat.
     * ``OS::ContrailV2::VirtualMachineInterface`` property
       ``virtual_network_refs``
     * ``OS::ContrailV2::VirtualMachineInterface`` property
-      ``virtual_machine_interface_allowed_address_pairs``
+      ``virtual_machine_interface_allowed_address_pairs``, map property
+      ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair``,
+      ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip``
+      ,
+      ``virtual_machine_interface_allowed_address_pairs_allowed_address_pair_ip_ip_prefix``
     * ``OS::ContrailV2::InstanceIP`` property ``instance_ip_address``