summaryrefslogtreecommitdiffstats
path: root/docs/Chapter5/Heat/General Guidelines for Heat.rst
diff options
context:
space:
mode:
authorstark, steven <ss820f@att.com>2018-09-11 09:22:03 -0700
committerstark, steven <ss820f@att.com>2018-09-11 09:23:32 -0700
commit034f8119225ff656acb53326fc85c3aa075e574f (patch)
treebcdd9532ed64327874a55940ad07b759a2aeaa62 /docs/Chapter5/Heat/General Guidelines for Heat.rst
parent116d208c43795f3737e356bf305f881344835fe2 (diff)
[VNFRQTS] update HEAT syntax, verbiage, reqs
commit 1, chapter 5.2.1 - 5.2.3 Issue-ID: VNFRQTS-438 Change-Id: Iddd70a450e5b782dd0930b74a5f86aa96aa8a35f Signed-off-by: stark, steven <ss820f@att.com>
Diffstat (limited to 'docs/Chapter5/Heat/General Guidelines for Heat.rst')
-rw-r--r--docs/Chapter5/Heat/General Guidelines for Heat.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/Chapter5/Heat/General Guidelines for Heat.rst b/docs/Chapter5/Heat/General Guidelines for Heat.rst
index 378a057..bacf6fa 100644
--- a/docs/Chapter5/Heat/General Guidelines for Heat.rst
+++ b/docs/Chapter5/Heat/General Guidelines for Heat.rst
@@ -35,9 +35,17 @@ YAML Format
:id: R-95303
:target: VNF
:keyword: MUST
+ :validation_mode: static
A VNF's Heat Orchestration Template **MUST** be defined using valid YAML.
YAML (YAML Ain't
Markup Language) is a human friendly data serialization standard for all
programming languages. See http://www.yaml.org/.
+
+YAML rules include:
+
+ - Tabs are not allowed, use spaces ONLY
+ - You must indent your properties and lists with 1 or more spaces
+ - All Resource IDs and resource property parameters are case-sensitive.
+ (e.g., "ThIs", is not the same as "thiS")