Merge "JIRA:PARSER-17 Clean up documentation setup" into stable/brahmaputra
[parser.git] / docs / parser_docs / tosca2heat / vRNC_tosca_intro.rst
1 ..
2  This work is licensed under a Creative Commons Attribution 3.0 Unported
3  License.
4 ..
5  http://creativecommons.org/licenses/by/3.0/legalcode
6
7 ================
8 1. vRNC Topology
9 ================
10
11 The simple vRNC topology is shown below: |vRNC Topology|
12
13 -  vRNC includes four networks: EMS\_network, CTRL\_network,
14    Intermedia\_network and extermedia\_network;
15 -  vRNC includes four node types: MM, LB, CM and DM;
16 -  MM: Stands for Maintain Module, which links to EMS\_network,
17    CTRL\_network and extermedia\_network. It composes of active vdu and
18    standby vdu.
19 -  CM: Stands for Control Module, which links to CTRL\_network and
20    intermedia\_network. All CM nodes form resource pool and each node
21    composes of active vdu and standby vdu.
22 -  DM: Stands for Data Module, which links to CTRL\_network and
23    intermedia\_network. All DM nodes form resource pool and each node is
24    a vdu.
25 -  LB: Stands for LineCard Module, which links to CTRL\_network and
26    intermedia\_network and extermedia\_network. All LB nodes form
27    resource pool and each node is a vdu.
28
29 2. vRNC Definition
30 ==================
31
32 The files dependency and correspoding specificaiton of vRNC definition
33 are shown below: |vRNC Definition|
34
35 -  TOSCA\_definition\_1.0.yaml should be the lastest version, which is
36    updated by tosca-parser community, but some keywords (such as
37    substitution\_mappings) in the correspoding standard of
38    "TOSCA-simple-profile-YAML-v1.0" is not supported.
39 -  TOSCA\_nfv\_definition\_1.0.yaml is a new file, and not implemented
40    in code, and the correspoding standard of
41    "tosca-nfv-v1.0-wd02-rev02" is not complete now.
42
43 .. |vRNC Topology| image:: image/vRNC_Topology.bmp
44 .. |vRNC Definition| image:: image/vRNC_Definition.bmp