summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-08-29 12:25:22 -0700
committerstark, steven <ss820f@att.com>2018-08-29 12:26:43 -0700
commit9b7b39904dd57b42b5dc5587f2f50cf156ac5577 (patch)
tree5500b45ad171a606413eebabcaef3466c5ed5121 /docs
parenta04f16e618d2a34b90ca8c736861a915a6f341e7 (diff)
[VNFRQTS] Add pointer to VVP
Add pointer to VVP validation scripts in HEAT section Change-Id: I215f4f6014dcc407fc51c1935675a9654b374461 Issue-ID: VNFRQTS-269 Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/Chapter5/Heat.rst20
1 files changed, 19 insertions, 1 deletions
diff --git a/docs/Chapter5/Heat.rst b/docs/Chapter5/Heat.rst
index 9cbfb57..e186248 100644
--- a/docs/Chapter5/Heat.rst
+++ b/docs/Chapter5/Heat.rst
@@ -18,7 +18,25 @@ Heat
General Guidelines
^^^^^^^^^^^^^^^^^^
-This section contains general Heat Orchestration Template guidelines.
+This section contains general Heat Orchestration Template guidelines
+and requirements.
+
+Heat Template Compliance
+~~~~~~~~~~~~~~~~~~~~~~~~
+
+The Heat Orchestration Template requirements with RFC 2119
+keywords **MUST** and **MUST NOT** can be validated against a set of Heat
+Templates via the VNF Validation Program (VVP).
+
+**NOTE**: Not all requirements are currently testable via VVP.
+
+The VVP *validation scripts* project contains python validation
+scripts that will parse Heat Orchestration Templates in a given directory
+to ensure that they comply with ONAP Heat Orchestration Template requirements.
+
+For instructions on how to use the VVP validation scripts,
+please see the validation scripts
+`README <https://github.com/onap/vvp-validation-scripts>`__
YAML Format
~~~~~~~~~~~