diff options
author | zhipengh <huangzhipeng@huawei.com> | 2016-01-07 16:33:16 +0800 |
---|---|---|
committer | Zhipeng (Howard) Huang <huangzhipeng@huawei.com> | 2016-01-19 02:00:31 +0000 |
commit | 342f5e82a6d2b8619d07e260bac07235ef228415 (patch) | |
tree | 4e45d75e692204eac1b1a728c815c7e95e6f6673 /docs/tosca2heat/index.rst | |
parent | ad5974ac97515d79292d08990dfbfd56b7489ab9 (diff) |
JIRA:PARSER-17 Clean up documentation setup
Change-Id: I2863a76a5d5417c184283fdf97282c94359162dc
(cherry picked from commit a83cb309a399fd3043695e6620441d8d8ec7727d)
Diffstat (limited to 'docs/tosca2heat/index.rst')
-rw-r--r-- | docs/tosca2heat/index.rst | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/tosca2heat/index.rst b/docs/tosca2heat/index.rst new file mode 100644 index 0000000..c7ae649 --- /dev/null +++ b/docs/tosca2heat/index.rst @@ -0,0 +1,24 @@ +**************** +TOSCA To Heat Documents +**************** + +This is the directory to store documents regarding tosca to heat translation. + +The "parser_new_keywords" document demonstrate a set of keywords concluded by +Parser team that need to be supported in tosca to heat translation. However +it should be noted that these keywords only serve as a roadmap. We will start +from Release C to indicate which specific set of keywords are supported in +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 . + +.. toctree:: + :numbered: + :maxdepth: 4 + + parser_new_keywords.rst + vRNC_tosca_intro.rst |