From: stark, steven Date: Wed, 8 Aug 2018 21:01:36 +0000 (-0700) Subject: [VNFRQTS] added nestd heat requiremnt X-Git-Tag: 6.0.0-ONAP~282 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=3044f2af6f129ff656ce99a1c8721cfc919adafb;p=vnfrqts%2Frequirements.git [VNFRQTS] added nestd heat requiremnt Adding requirement for nested heat/nova servers Change-Id: I7ed5e525970caf60142578b77917428ae3d1b4b1 Issue-ID: VNFRQTS-287 Signed-off-by: stark, steven --- 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 --------------