[VNFRQTS] Add pointer to VVP 73/63573/1
authorstark, steven <ss820f@att.com>
Wed, 29 Aug 2018 19:25:22 +0000 (12:25 -0700)
committerstark, steven <ss820f@att.com>
Wed, 29 Aug 2018 19:26:43 +0000 (12:26 -0700)
Add pointer to VVP validation scripts in HEAT section

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

index 9cbfb57..e186248 100644 (file)
@@ -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
 ~~~~~~~~~~~