summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
diff options
context:
space:
mode:
authorHagop Bozawglanian <hagop.bozawglanian@att.com>2020-01-21 23:13:37 +0000
committerGerrit Code Review <gerrit@onap.org>2020-01-21 23:13:37 +0000
commitd333764392fe119a3227a918722934470994503c (patch)
treed60f8dadb3275ce1e25be44dcec79049bf841275 /docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
parentc8a242298c5be3aa651fc351653c8819f823279c (diff)
parent0477a089f61531224dece061bc9f1262e38520c8 (diff)
Merge "[VNFRQTS] Update R-55307 & R-35414"
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst29
1 files changed, 24 insertions, 5 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
index 5ec1664..c9fd6c4 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Template Format.rst
@@ -90,13 +90,30 @@ parameters
~~~~~~~~~~~~~~~~~~~~~~
.. req::
+ :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**)
+ contain the section ``parameters:``.
+
+When a VNF is composed of two or more Heat Orchestration Templates (i.e., a
+base module and one or more incremental modules),
+it is valid for the base module to not declare
+any input parameters.
+
+
+.. req::
:id: R-35414
:target: VNF
:keyword: MUST
:validation_mode: static
+ :updated: frankfurt
- A VNF Heat Orchestration's template **MUST** contain the
- section ``parameters:``.
+ A VNF Heat Orchestration's template's incremental module and volume module
+ **MUST** contain the section ``parameters:``.
.. code-block:: yaml
@@ -467,9 +484,11 @@ resources
**MAY** (or **MAY NOT**)
contain the section ``resources:``.
-When a VNF's Heat Orchestration Template is composed of a base module and
-one or more incremental modules, it is valid for the base module
-to have no resources.
+When a VNF is composed of two or more Heat Orchestration Templates (i.e., a
+base module and one or more incremental modules),
+it is valid for the base module to not declare
+a resource.
+
.. req::
:id: R-23664