From 988adca961c04b10cc39d8f25707e731da91cb5d Mon Sep 17 00:00:00 2001 From: shangxdy Date: Thu, 19 Oct 2017 22:47:31 +0800 Subject: Update notes for release E Update userguide and release-notes JIRA:PARSER-163 Change-Id: I3b15aa40afcb86a415997fc7e2471894bf3c9f06 Signed-off-by: shangxdy --- docs/release/release-notes/index.rst | 4 +- docs/release/release-notes/release-notes.rst | 72 ++++++++++++++++++++++++---- docs/release/userguide/feature.userguide.rst | 11 ++++- 3 files changed, 74 insertions(+), 13 deletions(-) diff --git a/docs/release/release-notes/index.rst b/docs/release/release-notes/index.rst index ca21f8f..28a4046 100644 --- a/docs/release/release-notes/index.rst +++ b/docs/release/release-notes/index.rst @@ -3,9 +3,9 @@ .. This work is licensed under a Creative Commons Attribution 4.0 International License. .. http://creativecommons.org/licenses/by/4.0 -**************************** +************************** OPNFV Parser Release Notes -**************************** +************************** .. toctree:: :maxdepth: 1 diff --git a/docs/release/release-notes/release-notes.rst b/docs/release/release-notes/release-notes.rst index 0db5c35..3c1dc70 100644 --- a/docs/release/release-notes/release-notes.rst +++ b/docs/release/release-notes/release-notes.rst @@ -19,7 +19,7 @@ Version history | 2017-03-06 | 1.0 | Howard Huang | Danube Release | | | | | | +--------------------+--------------------+--------------------+--------------------+ -| | | | | +| 2017-09-25 | 2.0 | Shang Xiaodong | Euphrates release | | | | | | +--------------------+--------------------+--------------------+--------------------+ | | | | | @@ -60,10 +60,10 @@ Release Data +--------------------------------------+--------------------------------------+ Version change -^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^ Module version changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~ - OpenStack tosca-parser and heat-translator have changed from 0.6 to 0.7 @@ -72,14 +72,14 @@ Module version changes - no feature changes in yang2tosca and policy2tosca since Colorado Release. Document version changes -~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~~~~~~~~ - Parser Dabube Release documentation has adoped a new format. Reason for version -^^^^^^^^^^^^^^^^^^^^ +^^^^^^^^^^^^^^^^^^ Feature additions -~~~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~~~ : @@ -107,10 +107,42 @@ Feature additions +--------------------------------------+--------------------------------------+ | PARSER-121 | Add ip output in compute node | +--------------------------------------+--------------------------------------+ +| PARSER-125 | Package for funectest with docker | +| | container. | ++--------------------------------------+--------------------------------------+ +| PARSER-135 | Support costum datatype in | +| | capability. | ++--------------------------------------+--------------------------------------+ +| PARSER-136 | Support metadata validation | ++--------------------------------------+--------------------------------------+ +| PARSER-137 | Support yaml file with suffix of yml | ++--------------------------------------+--------------------------------------+ +| PARSER-138 | Support costum datatype definition | +| | cin parameters. | ++--------------------------------------+--------------------------------------+ +| PARSER-141 | Add required parameters validation | +| | for nested service | ++--------------------------------------+--------------------------------------+ +| PARSER-142 | Add parameter validation in design | +| | time for ONAP | ++--------------------------------------+--------------------------------------+ +| PARSER-144 | Add import file with suffix of yml | +| | testcases | ++--------------------------------------+--------------------------------------+ +| PARSER-146 | Support template version of | +| | tosca_simple_yaml_1_1 | ++--------------------------------------+--------------------------------------+ +| PARSER-148 | Add debug mode parameter | ++--------------------------------------+--------------------------------------+ +| PARSER-151 | Refactor heat-translator setup.py | ++--------------------------------------+--------------------------------------+ +| PARSER-154 | code optimizations about graph | +| | manipulation and formula generation. | ++--------------------------------------+--------------------------------------+ Bug corrections -~~~~~~~~~~~~~~~~~~~~~ +~~~~~~~~~~~~~~~ **JIRA TICKETS:** @@ -123,6 +155,22 @@ Bug corrections +--------------------------------------+--------------------------------------+ | PARSER-122 | Fix docs bug | +--------------------------------------+--------------------------------------+ +| PARSER-145 | Fix exceptions overwritten when | +| | nested import service topology | ++--------------------------------------+--------------------------------------+ +| PARSER-152 | fix costum datatype definition | +| | in parameters | ++--------------------------------------+--------------------------------------+ +| PARSER-153 | Fix StatefulEntityType when | +| | entitytype is not define | ++--------------------------------------+--------------------------------------+ +| PARSER-155 | Fix substitution mapping assigned | +| | value to nodetemplate | ++--------------------------------------+--------------------------------------+ +| PARSER-156 | Fix functest_run script for role | +| | of heat_stack_owner | ++--------------------------------------+--------------------------------------+ + Deliverables ------------ @@ -191,9 +239,15 @@ Fuel@OPNFV Arno RC2 has undergone QA test runs with the following results: | **TEST-SUITE** | **Results:** | | | | +--------------------------------------+--------------------------------------+ -| | | +| Parser with functest in fuel | PASS | +--------------------------------------+--------------------------------------+ -| | | +| Parser with functest in apex | PASS | ++--------------------------------------+--------------------------------------+ +| Parser with functest in daisy | PASS | ++--------------------------------------+--------------------------------------+ +| Parser with functest in compass | PASS | ++--------------------------------------+--------------------------------------+ +| Parser with functest in joid | SKIP | +--------------------------------------+--------------------------------------+ References diff --git a/docs/release/userguide/feature.userguide.rst b/docs/release/userguide/feature.userguide.rst index 61063c2..219bc0e 100644 --- a/docs/release/userguide/feature.userguide.rst +++ b/docs/release/userguide/feature.userguide.rst @@ -35,13 +35,20 @@ check the input file and don't want to translate, please use tosaca-parser as fo .. code-block:: bash - tosca-parser --template-file= + tosca-parser --template-file= [--nrpv] [--debug] + or + tosca-parser --template-file= [--nrpv] [--debug] + or + tosca-parser --template-file= [--nrpv] [--debug] + options: + --nrpv Ignore input parameter validation when parse template. + --debug debug mode for print more details other than raise exceptions when errors happen Example: .. code-block:: bash - tosca-parser --template-file=vRNC.yaml + tosca-parser --template-file=vRNC.yaml --nrpv Parser tosca2heat References ============================ -- cgit 1.2.3-korg