summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-08-08 14:01:36 -0700
committerstark, steven <ss820f@att.com>2018-08-08 14:01:36 -0700
commit3044f2af6f129ff656ce99a1c8721cfc919adafb (patch)
tree2e8cde774822d648e0a906a8880dbe2cf8432723
parent39e6ac36f70ed89245ea94e5f6711542e077797c (diff)
[VNFRQTS] added nestd heat requiremnt
Adding requirement for nested heat/nova servers Change-Id: I7ed5e525970caf60142578b77917428ae3d1b4b1 Issue-ID: VNFRQTS-287 Signed-off-by: stark, steven <ss820f@att.com>
-rw-r--r--docs/Chapter5/Heat.rst10
-rw-r--r--docs/release-notes.rst21
2 files changed, 31 insertions, 0 deletions
diff --git a/docs/Chapter5/Heat.rst b/docs/Chapter5/Heat.rst
index fe8532e..9456401 100644
--- a/docs/Chapter5/Heat.rst
+++ b/docs/Chapter5/Heat.rst
@@ -7467,6 +7467,16 @@ Note that:
an attribute of the OS::Heat::ResourceGroup itself, and will be an
array from the perspective of the parent template.
+.. req::
+ :id: R-17528
+ :target: VNF
+ :keyword: MUST
+
+ A VNF's Heat Orchestration Template's first level Nested YAML file
+ **MUST NOT** contain more than one ``OS::Nova::Server`` resource.
+ A VNF's Heat Orchestration Template's second level Nested YAML file
+ **MUST NOT** contain an ``OS::Nova::Server`` resource.
+
Nested Heat Template Example: Static
++++++++++++++++++++++++++++++++++++++
diff --git a/docs/release-notes.rst b/docs/release-notes.rst
index d3da38e..23b1887 100644
--- a/docs/release-notes.rst
+++ b/docs/release-notes.rst
@@ -6,6 +6,27 @@
VNF Requirements Release Notes
==============================
+Version: 3.0.0
+--------------
+
+:Release Date: In Progress (Casablanca Release)
+
+**New Features**
+ - Added R-17528 to Heat section regarding Nested YAML requirements
+
+**Bug Fixes**
+
+**Known Issues**
+
+**Security Issues**
+ - None
+
+**Upgrade Notes**
+
+**Deprecation Notes**
+
+**Other**
+
Version: 2.0.0
--------------