summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2019-05-28 18:10:32 +0000
committerGerrit Code Review <gerrit@onap.org>2019-05-28 18:10:32 +0000
commit83003c307c92f8d240d9e894a4cfeb4ee278b82a (patch)
tree2a4254d63e487ec833585c649d2227f84e5b8ac1 /docs/Chapter5
parent77325bb0bc3ad86b4a509d20bfdc526a5c86c4be (diff)
parent582bfdff74e93c5329982cccde7154c0c779ed5d (diff)
Merge "[VNFRQTS] Clarify R-81339 & typos"
Diffstat (limited to 'docs/Chapter5')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
index a550ffe..d7511a1 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
@@ -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
@@ -305,7 +306,7 @@ Incremental Modules
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
@@ -350,7 +351,8 @@ Cinder Volume Modules
:validation_mode: static
:introduced: dublin
- 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
@@ -383,7 +385,7 @@ Nested Heat file
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