diff options
author | zhipengh <huangzhipeng@huawei.com> | 2016-01-07 16:33:16 +0800 |
---|---|---|
committer | zhipengh <huangzhipeng@huawei.com> | 2016-01-07 16:52:02 +0800 |
commit | a83cb309a399fd3043695e6620441d8d8ec7727d (patch) | |
tree | 4e45d75e692204eac1b1a728c815c7e95e6f6673 /docs/tosca2heat | |
parent | ad5974ac97515d79292d08990dfbfd56b7489ab9 (diff) |
JIRA:PARSER-17 Clean up documentation setup
Change-Id: I2863a76a5d5417c184283fdf97282c94359162dc
Diffstat (limited to 'docs/tosca2heat')
-rw-r--r-- | docs/tosca2heat/examples/Simple_RNC.yaml (renamed from docs/tosca2heat/simple_rnc_definition/Simple_RNC.yaml) | 0 | ||||
-rw-r--r-- | docs/tosca2heat/examples/Simple_RNC_definition.yaml (renamed from docs/tosca2heat/simple_rnc_definition/Simple_RNC_definition.yaml) | 0 | ||||
-rw-r--r-- | docs/tosca2heat/examples/TOSCA_nfv_definition_1_0.yaml (renamed from docs/tosca2heat/TOSCA_nfv_definition_1_0.yaml) | 0 | ||||
-rw-r--r-- | docs/tosca2heat/image/vRNC_Definition.bmp (renamed from docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.bmp) | bin | 165158 -> 165158 bytes | |||
-rw-r--r-- | docs/tosca2heat/image/vRNC_Topology.bmp (renamed from docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp) | bin | 483126 -> 483126 bytes | |||
-rw-r--r-- | docs/tosca2heat/index.rst | 24 | ||||
-rw-r--r-- | docs/tosca2heat/parser_new_keywords.rst | 7 | ||||
-rw-r--r-- | docs/tosca2heat/vRNC_tosca_intro.rst (renamed from docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst) | 7 |
8 files changed, 38 insertions, 0 deletions
diff --git a/docs/tosca2heat/simple_rnc_definition/Simple_RNC.yaml b/docs/tosca2heat/examples/Simple_RNC.yaml index 9f99c57..9f99c57 100644 --- a/docs/tosca2heat/simple_rnc_definition/Simple_RNC.yaml +++ b/docs/tosca2heat/examples/Simple_RNC.yaml diff --git a/docs/tosca2heat/simple_rnc_definition/Simple_RNC_definition.yaml b/docs/tosca2heat/examples/Simple_RNC_definition.yaml index 921da0d..921da0d 100644 --- a/docs/tosca2heat/simple_rnc_definition/Simple_RNC_definition.yaml +++ b/docs/tosca2heat/examples/Simple_RNC_definition.yaml diff --git a/docs/tosca2heat/TOSCA_nfv_definition_1_0.yaml b/docs/tosca2heat/examples/TOSCA_nfv_definition_1_0.yaml index 432cee5..432cee5 100644 --- a/docs/tosca2heat/TOSCA_nfv_definition_1_0.yaml +++ b/docs/tosca2heat/examples/TOSCA_nfv_definition_1_0.yaml diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.bmp b/docs/tosca2heat/image/vRNC_Definition.bmp Binary files differindex 775e4d2..775e4d2 100644 --- a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.bmp +++ b/docs/tosca2heat/image/vRNC_Definition.bmp diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp b/docs/tosca2heat/image/vRNC_Topology.bmp Binary files differindex d4eea84..d4eea84 100644 --- a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp +++ b/docs/tosca2heat/image/vRNC_Topology.bmp 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 diff --git a/docs/tosca2heat/parser_new_keywords.rst b/docs/tosca2heat/parser_new_keywords.rst index d705d17..f91cacd 100644 --- a/docs/tosca2heat/parser_new_keywords.rst +++ b/docs/tosca2heat/parser_new_keywords.rst @@ -1,3 +1,10 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +=================== New Parser keywords =================== diff --git a/docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst b/docs/tosca2heat/vRNC_tosca_intro.rst index d81e530..30f0f8c 100644 --- a/docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst +++ b/docs/tosca2heat/vRNC_tosca_intro.rst @@ -1,3 +1,10 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +================ 1. vRNC Topology ================ |