From 3044f2af6f129ff656ce99a1c8721cfc919adafb Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Wed, 8 Aug 2018 14:01:36 -0700 Subject: [PATCH 1/1] [VNFRQTS] added nestd heat requiremnt Adding requirement for nested heat/nova servers Change-Id: I7ed5e525970caf60142578b77917428ae3d1b4b1 Issue-ID: VNFRQTS-287 Signed-off-by: stark, steven --- docs/Chapter5/Heat.rst | 10 ++++++++++ docs/release-notes.rst | 21 +++++++++++++++++++++ 2 files changed, 31 insertions(+) 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 -------------- -- 2.16.6