diff options
Diffstat (limited to 'docs/developer')
-rw-r--r-- | docs/developer/overview/overview.rst | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/docs/developer/overview/overview.rst b/docs/developer/overview/overview.rst index f9efebe..8baffdd 100644 --- a/docs/developer/overview/overview.rst +++ b/docs/developer/overview/overview.rst @@ -55,8 +55,8 @@ For Brahmaputra Release, Parser offers the following additional capabilities: Parser. * 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. + scenario.The "example" folder contains examples of tosca-nfv standard and vRNC + scenario. See also https://wiki.opnfv.org/parser. Upgrades from Brahmaputra Release ----------------------- @@ -64,30 +64,30 @@ Upgrades from Brahmaputra Release For Colorado Release, Parser offers the following additional capabilities: * New module policy2tosca which enables policy related fields in tosca could be -translated into heat orchestration template correctly. Policy2Tosca module could -be installed seperately after user installed OPNFV C release platform. + translated into heat orchestration template correctly. Policy2Tosca module could + be installed seperately after user installed OPNFV C release platform. * New module 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. And the main details are listed below: + as substitution mapping) 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 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: + * afinity and anti-affinity support when deploy servers: - tosca.policies.Placement.Colocate; - tosca.policies.Placement.Antilocate; - ** add validation about input parameters; + * add validation about input parameters; - ** add high availability and block volume in compute translation; + * add high availability and block volume in compute translation; - ** add ip output in compute translation; + * add ip output in compute translation; - ** add deployment a whole vRNC testcase with parser. + * add deployment a whole vRNC testcase with parser. * Additional testing support. |