Update the tosca2heat documents for release Colorado 01/22301/2
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 22 Sep 2016 07:07:53 +0000 (15:07 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Thu, 29 Sep 2016 16:58:08 +0000 (00:58 +0800)
Update the tosca2heat documents for release Colorado:
1. add brief description for feature or function;
2. add list of tosca keywords in parser.
3. other improvement.

JIRA:PARSER-107

Change-Id: I25b46ec2490885534b54cce4bcf5fa030e882785
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
docs/parser_docs/intro/intro.rst

index b1fadc5..af0c358 100644 (file)
@@ -37,7 +37,7 @@ For Release B, Parser offers the following capabilities:
 
 * The "vRNC_tosca_intro" document describes Parser's use case analysis on vRNC scenario.
   The "example" folder contains examples of tosca-nfv standard and vRNC scenario.
-  See also https://wiki.opnfv.org/parser .
+  See also https://wiki.opnfv.org/parser.
 
 For Release C, Parser offers additional capabilities:
 
@@ -46,7 +46,26 @@ For Release C, Parser offers additional capabilities:
   after user installed OPNFV C release platform.
 
 * Tosca2Heat enhancements which includes a set of feature addons (such as substitution mapping)
-for OpenStack tosca-parser module which is integrated in the OPNFV C release platform.
+for OpenStack tosca-parser module which is integrated in the OPNFV C release platform. And the
+main details are listed below:
+
+  ** support substitution mapping semantic in tosca-parser:
+    - support parse and validation about substitution mapping definition;
+    - support import nested template;
+    - support deployment a node which is substituted by a template;
+    - support deployment a template alone which has substitution mapping definition.
+
+  ** afinity and anti-affinity support when deploy servers:
+    - tosca.policies.Placement.Colocate;
+    - tosca.policies.Placement.Antilocate;
+
+  ** add validation about input parameters;
+
+  ** add high availability and block volume in compute translation;
+
+  ** add ip output in compute translation;
+
+  ** add deployment a whole vRNC testcase with parser.
 
 * Additional testing support.