diff options
author | shangxdy <shang.xiaodong@zte.com.cn> | 2015-12-17 23:33:54 +0800 |
---|---|---|
committer | shangxdy <shang.xiaodong@zte.com.cn> | 2015-12-21 16:23:21 +0800 |
commit | 823734760ba315c8edc6d27475288c7b34930e58 (patch) | |
tree | 2bdc777dac464a499b4e63825e028bd68b53c1f8 /docs/tosca2heat | |
parent | a6bfc9968fb2cca6b243b308c4d0fd78d713422c (diff) |
The documents for simple vRNC TOSCA template definition(new)
As a Parser developer,
I want to konwn the detailed description of TOSCA definition for to a vRNC,
so that I can translate it to heat-template.
Recheck for changing file format from md to rst.
JIRA:PARSER-13
Change-Id: Id666eb076e1ec3bbd428f9a1b6bad1491e3f0d7a
Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/tosca2heat')
-rw-r--r-- | docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG | bin | 0 -> 10888 bytes | |||
-rw-r--r-- | docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp | bin | 0 -> 483126 bytes | |||
-rw-r--r-- | docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst | 37 |
3 files changed, 37 insertions, 0 deletions
diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG Binary files differnew file mode 100644 index 0000000..dd299e3 --- /dev/null +++ b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp Binary files differnew file mode 100644 index 0000000..d4eea84 --- /dev/null +++ b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp diff --git a/docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst b/docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst new file mode 100644 index 0000000..7dde943 --- /dev/null +++ b/docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst @@ -0,0 +1,37 @@ +1. vRNC Topology +================ + +The simple vRNC topology is shown below: |vRNC Topology| + +- vRNC includes four networks: EMS\_network, CTRL\_network, + Intermedia\_network and extermedia\_network; +- vRNC includes four node types: MM, LB, CM and DM; +- MM: Stands for Maintain Module, which links to EMS\_network, + CTRL\_network and extermedia\_network. It composes of active vdu and + standby vds. +- CM: Stands for Control Module, which links to CTRL\_network and + intermedia\_network. All CM nodes form resource pool and each node + composes of active vdu and standby vds. +- DM: Stands for Data Module, which links to CTRL\_network and + intermedia\_network. All DM nodes form resource pool and each node is + a vds. +- LB: Stands for LineCard Module, which links to CTRL\_network and + intermedia\_network and extermedia\_network. All LB nodes form + resource pool and each node is a vds. + +2. vRNC Definition +================== + +The files dependency and correspoding specificaiton of vRNC definition +are shown below: |vRNC Definition| + +- TOSCA\_definition\_1.0.yaml should be the lastest version, which is + updated by tosca-parser community, but some keynames (such as + substitution\_mappings) in the correspoding standard of + 《TOSCA-simple-profile-YAML-v1.0》 is not supported. +- TOSCA\_nfv\_definition\_1.0.yaml is a new file, and not implemented + in code, and the correspoding standard of + 《tosca-nfv-v1.0-wd02-rev02》 is not complete now. + +.. |vRNC Topology| image:: image/vRNC_Topology.bmp +.. |vRNC Definition| image:: image/vRNC_Definition.png |