From 034f8119225ff656acb53326fc85c3aa075e574f Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Tue, 11 Sep 2018 09:22:03 -0700 Subject: [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 --- docs/Chapter5/Heat/General Guidelines for Heat.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs/Chapter5/Heat/General Guidelines for Heat.rst') 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") -- cgit 1.2.3-korg