From: stark, steven Date: Wed, 29 Aug 2018 19:25:22 +0000 (-0700) Subject: [VNFRQTS] Add pointer to VVP X-Git-Tag: 6.0.0-ONAP~269 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F73%2F63573%2F1;p=vnfrqts%2Frequirements.git [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 --- 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 `__ YAML Format ~~~~~~~~~~~