diff options
author | zhipengh <huangzhipeng@huawei.com> | 2016-09-07 15:38:49 +0800 |
---|---|---|
committer | Zhipeng (Howard) Huang <huangzhipeng@huawei.com> | 2016-09-10 02:03:32 +0000 |
commit | b16327d5e53a873d1b4bd473015dd201d167ae5e (patch) | |
tree | e1ed512d4ca5ed4217ee1539586b16f4ee0f72b9 /docs/parser_docs | |
parent | 25f5fcf39276a4658179aa8a6477cb92a65a2a0d (diff) |
index and intro docs update for Rel C
Change-Id: Ie00fe27841522a4f324e598e37bffbdadac2ec15
Signed-off-by: zhipengh <huangzhipeng@huawei.com>
(cherry picked from commit 9ebdf15836c7fe576b817dd94686be1ec5646438)
Diffstat (limited to 'docs/parser_docs')
-rw-r--r-- | docs/parser_docs/index.rst | 1 | ||||
-rw-r--r-- | docs/parser_docs/intro/intro.rst | 12 |
2 files changed, 13 insertions, 0 deletions
diff --git a/docs/parser_docs/index.rst b/docs/parser_docs/index.rst index 791e41c..97d22db 100644 --- a/docs/parser_docs/index.rst +++ b/docs/parser_docs/index.rst @@ -11,5 +11,6 @@ Parser Project intro/intro.rst yang2tosca/yang2tosca.rst + policy2tosca/policy2tosca.rst tosca2heat/parser_new_keywords.rst vRNC_tosca_intro.rst diff --git a/docs/parser_docs/intro/intro.rst b/docs/parser_docs/intro/intro.rst index 2971224..195265e 100644 --- a/docs/parser_docs/intro/intro.rst +++ b/docs/parser_docs/intro/intro.rst @@ -38,3 +38,15 @@ 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 . + +For Release C, Parser offers additional capabilities: + +* Policy2Tosca module 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. + +* Tosca2Heat enhancements which includes a set of feature addons for OpenStack tosca-parser module + which is integrated in the OPNFV C release platform. + +* Additional testing support. + |