From 4fcb3c5ed4446092cdcfceb88edf79b1ffaaddc6 Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 22 Sep 2016 15:07:53 +0800 Subject: 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 --- docs/parser_docs/intro/intro.rst | 23 +++++++++++++++++++++-- 1 file 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. -- cgit 1.2.3-korg