summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst
diff options
context:
space:
mode:
authorBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-09-12 22:48:10 +0000
committerBozawglanian, Hagop (hb755d) <hb755d@att.com>2018-09-12 23:21:33 +0000
commitefb8f384941889d8d7fa469fecebe9b0e8169065 (patch)
tree106a74d8c789497b85019ebec7674fb3b2ba620b /docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst
parent50f5d2aaf582d3abd1db447646456cce2d1274b5 (diff)
VNFRQTS - update HEAT Batch 2
Including changes for sections 5.6 - 5.9 Issue-ID: VNFRQTS-438 Change-Id: I9bfcaf52cd41a523ff6f6b4dd1cd32bc731d47d2 Signed-off-by: Bozawglanian, Hagop (hb755d) <hb755d@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst')
-rw-r--r--docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst30
1 files changed, 6 insertions, 24 deletions
diff --git a/docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst b/docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst
index ba8cd68..aed56e5 100644
--- a/docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst
+++ b/docs/Chapter5/Heat/ONAP Heat Support of Environment Files.rst
@@ -12,32 +12,14 @@ mandatory. A Heat Orchestration Template uploaded to ONAP must have a
corresponding environment file, even if no parameters are required to
be enumerated.
-(Note that ONAP does not programmatically enforce the use of
-an environment file.)
+*(Note that ONAP does not programmatically enforce the use of
+an environment file.)*
-.. req::
- :id: R-67205
- :target: VNF
- :keyword: MUST
+As stated in :need:`R-38474`, :need:`R-81725`, and :need:`R-53433`:
- The VNF Heat Orchestration Template **MUST** have a corresponding
- environment file for a Base Module.
-
-.. req::
- :id: R-35727
- :target: VNF
- :keyword: MUST
-
- The VNF Heat Orchestration Template **MUST** have a
- corresponding environment file for an Incremental module.
-
-.. req::
- :id: R-22656
- :target: VNF
- :keyword: MUST
-
- The VNF Heat Orchestration Template **MUST** have a
- corresponding environment file for a Cinder Volume Module.
+ * A VNF's Base Module **MUST** have a corresponding Environment File.
+ * A VNF's Incremental Module **MUST** have a corresponding Environment File.
+ * A VNF's Cinder Volume Module **MUST** have a corresponding environment File.
A nested heat template must not have an environment file; OpenStack does
not support it.