[VNFRQTS] Update R-55307 & R-35414
[vnfrqts/requirements.git] / docs / Chapter5 / Heat / ONAP Heat Orchestration Templates Overview.rst
index a550ffe..144235d 100644 (file)
@@ -264,7 +264,7 @@ Base Modules
     :target: VNF
     :keyword: MUST
     :validation_mode: static
-    :updated: casablanca
+    :updated: el alto
 
     A VNF Heat Orchestration Template's Base Module file name **MUST** include
     case insensitive 'base' in the filename and
@@ -280,7 +280,8 @@ Base Modules
      4.) ``<text>_base_<text>``.y[a]ml
 
     where ``<text>`` **MUST** contain only alphanumeric characters and
-    underscores '_' and **MUST NOT** contain the case insensitive word ``base``.
+    underscores '_' and **MUST NOT** contain the case insensitive string
+    ``base`` or ``volume``.
 
 .. req::
     :id: R-91342
@@ -301,11 +302,11 @@ Incremental Modules
     :target: VNF
     :keyword: MUST
     :validation_mode: static
-    :updated: casablanca
+    :updated: el alto
 
     VNF Heat Orchestration Template's Incremental Module file name
     **MUST** contain only alphanumeric characters and underscores
-    '_' and **MUST NOT** contain the case insensitive word ``base``.
+    '_' and **MUST NOT** contain the case insensitive string ``base``.
 
 .. req::
     :id: R-94509
@@ -349,8 +350,10 @@ Cinder Volume Modules
     :keyword: MUST
     :validation_mode: static
     :introduced: dublin
+    :updated: el alto
 
-    A VNF Heat Orchestration Template's Cinder Volume Module resources section
+    A VNF Heat Orchestration Template's Cinder Volume Module ``resources:``
+    section
     **MUST** only be defined using one of the following:
 
     * one of more ``OS::Cinder::Volume`` resources
@@ -379,11 +382,11 @@ Nested Heat file
     :target: VNF
     :keyword: MUST
     :validation_mode: static
-    :updated: casablanca
+    :updated: el alto
 
     VNF Heat Orchestration Template's Nested YAML file name **MUST** contain
     only alphanumeric characters and underscores '_' and
-    **MUST NOT** contain the case insensitive word ``base``.
+    **MUST NOT** contain the case insensitive string ``base``.
 
 .. req::
     :id: R-70276