The documents for simple vRNC TOSCA template definition(new) 03/4803/3
authorshangxdy <shang.xiaodong@zte.com.cn>
Thu, 17 Dec 2015 15:33:54 +0000 (23:33 +0800)
committershangxdy <shang.xiaodong@zte.com.cn>
Mon, 21 Dec 2015 08:23:21 +0000 (16:23 +0800)
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>
docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG [new file with mode: 0644]
docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp [new file with mode: 0644]
docs/tosca2heat/simple_rnc_definition/vRNC_tosca_intro.rst [new file with mode: 0644]

diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG
new file mode 100644 (file)
index 0000000..dd299e3
Binary files /dev/null and b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Definition.PNG differ
diff --git a/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp
new file mode 100644 (file)
index 0000000..d4eea84
Binary files /dev/null and b/docs/tosca2heat/simple_rnc_definition/image/vRNC_Topology.bmp differ
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 (file)
index 0000000..7dde943
--- /dev/null
@@ -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