summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2016-09-22 15:07:53 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2016-09-30 00:58:08 +0800
commit4fcb3c5ed4446092cdcfceb88edf79b1ffaaddc6 (patch)
tree795084723eafcf7ff43e8995e3f38e2f2761944a
parentc5df8adbaf4eaa0005c372b242652cc6542df7c6 (diff)
Update the tosca2heat documents for release Colorado
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>
-rw-r--r--docs/parser_docs/intro/intro.rst23
1 files changed, 21 insertions, 2 deletions
diff --git a/docs/parser_docs/intro/intro.rst b/docs/parser_docs/intro/intro.rst
index b1fadc5..af0c358 100644
--- a/docs/parser_docs/intro/intro.rst
+++ b/docs/parser_docs/intro/intro.rst
@@ -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.