summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat
diff options
context:
space:
mode:
Diffstat (limited to 'docs/Chapter5/Heat')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst3
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst2
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst2
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Template Constructs.rst4
4 files changed, 11 insertions, 0 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
index 679fd5c..964ed69 100644
--- a/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Orchestration Templates Overview.rst
@@ -49,6 +49,7 @@ deployed incrementally to create the complete VNF.
:target: VNF
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
A VNF **MUST** be composed of one Base Module
@@ -572,6 +573,7 @@ ONAP VNF On-Boarding
.. req::
:id: R-511776
:keyword: MUST
+ :validation_mode: static
When a VNF's Heat Orchestration Template is ready
to be on-boarded to ONAP,
@@ -599,6 +601,7 @@ The VNF's Heat Orchestration Template's ZIP file **MAY** include
.. req::
:id: R-348813
:keyword: MUST
+ :validation_mode: static
The VNF's Heat Orchestration Template's ZIP file **MUST NOT** include
a binary image file.
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
index a14530d..dd063c1 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Neutron Parameters.rst
@@ -142,7 +142,9 @@ or **MUST** have statically assigned IP addresses.
.. req::
:id: R-681859
+ :target: VNF
:keyword: MUST
+ :validation_mode: none
A VNF's Heat Orchestration Template's ``OS::Neutron::Port`` resource's
diff --git a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
index f53991a..b88181d 100644
--- a/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Resource ID and Parameter Naming Convention/Nova Metadata Parameters.rst
@@ -247,6 +247,7 @@ part of the orchestration process.
:id: R-68023
:target: VNF
:keyword: MUST
+ :validation_mode: static
:updated: casablanca
A VNF's Heat Orchestration Template's ``OS::Nova::Server`` resource
@@ -453,6 +454,7 @@ vf_module_index
:target: VNF
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
A VNF's Heat Orchestration Template's ``OS::Nova::Server``
resource property ``metadata`` **MAY**
diff --git a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst
index 710756f..1f62631 100644
--- a/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Template Constructs.rst
@@ -61,6 +61,7 @@ have a unique name in the scope of the VNF.
:id: R-60011
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
A VNF's Heat Orchestration Template **MUST** have no more than two
levels of nesting.
@@ -76,6 +77,7 @@ the second level of nested heat.
:id: R-17528
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
A VNF's Heat Orchestration Template's first level Nested YAML file
**MUST NOT** contain more than one ``OS::Nova::Server`` resource.
@@ -86,6 +88,7 @@ the second level of nested heat.
:id: R-708564
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
If a VNF's Heat Orchestration Template's resource invokes a nested
YAML file, either statically or dynamically, the names of the parameters
@@ -109,6 +112,7 @@ cause issues for other ONAP applications/features.
:id: R-11041
:keyword: MUST
:updated: casablanca
+ :validation_mode: static
All parameters defined in a VNFs Nested YAML file
**MUST** be passed in as properties of the resource calling