diff options
author | stark, steven <ss820f@att.com> | 2018-08-08 14:01:36 -0700 |
---|---|---|
committer | stark, steven <ss820f@att.com> | 2018-08-08 14:01:36 -0700 |
commit | 3044f2af6f129ff656ce99a1c8721cfc919adafb (patch) | |
tree | 2e8cde774822d648e0a906a8880dbe2cf8432723 | |
parent | 39e6ac36f70ed89245ea94e5f6711542e077797c (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.rst | 10 | ||||
-rw-r--r-- | docs/release-notes.rst | 21 |
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 -------------- |