diff options
author | zhipengh <huangzhipeng@huawei.com> | 2016-01-26 00:37:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-01-26 00:37:07 +0000 |
commit | 759f6bcb79adcf60917bf90ca67148e536b24ab3 (patch) | |
tree | 8968f0f667c6ea8b292c12a18c321fc8969708b9 /docs/tosca2heat/vRNC_tosca_intro.rst | |
parent | 6aa28409d5b570e350af3c72717f48f1c641084e (diff) | |
parent | 342f5e82a6d2b8619d07e260bac07235ef228415 (diff) |
Merge "JIRA:PARSER-17 Clean up documentation setup" into stable/brahmaputra
Diffstat (limited to 'docs/tosca2heat/vRNC_tosca_intro.rst')
-rw-r--r-- | docs/tosca2heat/vRNC_tosca_intro.rst | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/docs/tosca2heat/vRNC_tosca_intro.rst b/docs/tosca2heat/vRNC_tosca_intro.rst new file mode 100644 index 0000000..30f0f8c --- /dev/null +++ b/docs/tosca2heat/vRNC_tosca_intro.rst @@ -0,0 +1,44 @@ +.. + This work is licensed under a Creative Commons Attribution 3.0 Unported + License. + + http://creativecommons.org/licenses/by/3.0/legalcode + +================ +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 vdu. +- 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 vdu. +- DM: Stands for Data Module, which links to CTRL\_network and + intermedia\_network. All DM nodes form resource pool and each node is + a vdu. +- 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 vdu. + +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 keywords (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.bmp |