[VNFRQTS] added nestd heat requiremnt 37/59737/1
authorstark, steven <ss820f@att.com>
Wed, 8 Aug 2018 21:01:36 +0000 (14:01 -0700)
committerstark, steven <ss820f@att.com>
Wed, 8 Aug 2018 21:01:36 +0000 (14:01 -0700)
Adding requirement for nested heat/nova servers

Change-Id: I7ed5e525970caf60142578b77917428ae3d1b4b1
Issue-ID: VNFRQTS-287
Signed-off-by: stark, steven <ss820f@att.com>
docs/Chapter5/Heat.rst
docs/release-notes.rst

index fe8532e..9456401 100644 (file)
@@ -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
 ++++++++++++++++++++++++++++++++++++++
 
index d3da38e..23b1887 100644 (file)
@@ -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
 --------------