summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2015-12-14 17:07:02 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2015-12-21 15:16:10 +0800
commita6bfc9968fb2cca6b243b308c4d0fd78d713422c (patch)
treeb8b988bbf90196ca19456f6ada57152598e1a9d2
parent879f32a9c48cb9f59b9b0c322cecc58f7ac824d1 (diff)
New Keywods documentation for parser(new).
As a user,I need a manual and want to understand how to use all and the new introduced keywords to define a vRNC, so that I can use it to define myown vRNC. Recheck for changing file format from md to rst. JIRA:PARSER-10 Change-Id: Ie7e16ac6f9eede57462d4c83e8acad51ceecc857 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
-rw-r--r--docs/tosca2heat/parser_new_keywords.rst113
1 files changed, 113 insertions, 0 deletions
diff --git a/docs/tosca2heat/parser_new_keywords.rst b/docs/tosca2heat/parser_new_keywords.rst
new file mode 100644
index 0000000..9d572c2
--- /dev/null
+++ b/docs/tosca2heat/parser_new_keywords.rst
@@ -0,0 +1,113 @@
+New Parser keywords
+===================
+
+1.NFV-tosca new keywords
+------------------------
+
+All keywords in nfv tosca are not implemented in code, and will be
+implemented by parser.
+
+1.1 Nodes types
+~~~~~~~~~~~~~~~
+
+Basic types
+^^^^^^^^^^^
+
+- tosca.nodes.nfv.VDU
+- tosca.nodes.nfv.CP
+- tosca.nodes.nfv.VL
+
+Extend types
+^^^^^^^^^^^^
+
+- tosca.nodes.nfv.VL.ELine
+- tosca.nodes.nfv.VL.ELAN
+- tosca.nodes.nfv.VL.ETree
+- tosca.nodes.nfv.FP
+
+1.2 Capability types
+~~~~~~~~~~~~~~~~~~~~
+
+Basic types
+^^^^^^^^^^^
+
+- tosca.capabilities.nfv.VirtualBindable
+- tosca.capabilities.nfv.VirtualLinkable
+- tosca.capabilities.nfv.HA.ActiveActive
+- tosca.capabilities.nfv.HA.ActivePassive
+- tosca.capabilities.nfv.Metric
+
+Extend types
+^^^^^^^^^^^^
+
+- tosca.capabilities.nfv.Forwarder
+- tosca.capabilities.nfv.CPU\_extension
+- tosca.capabilities.nfv.Memory\_extension
+- tosca.capabilities.nfv.Hypervisors
+- tosca.capabilities.nfv.PCIe
+- tosca.capabilities.nfv.network.Interfaces
+- tosca.capabilities.nfv.network.Virtual\_switches
+- tosca.capabilities.nfv.Storage
+
+1.3 Relationship types
+~~~~~~~~~~~~~~~~~~~~~~
+
+Basic types
+^^^^^^^^^^^
+
+- tosca.relationships.nfv.VirtualBindsTo
+- tosca.relationships.nfv.VirtualLinksTo
+- tosca.relationships.nfv.HA
+- tosca.relationships.nfv.Monitor
+
+Extend types
+^^^^^^^^^^^^
+
+- tosca.relationships.nfv.ForwardsTo
+
+1.4 Group Types
+~~~~~~~~~~~~~~~
+
+- tosca.groups.nfv.VNFFG
+
+2.Simple-tosca new keywords
+---------------------------
+
+Some keywords are defined in tosca simple profile,but are not
+impletmented in code,except policy type, which are not yet defined
+completely now.
+
+2.1 topology template keyname
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
+- “substitution\_mappings” syntax
+
+ An optional declaration that exports the topology template as an
+ implementation of a Node type, Which is not supported by toscalib.
+
+2.2 Group types
+~~~~~~~~~~~~~~~
+
+Basic types
+^^^^^^^^^^^
+
+- tosca.group.root
+
+2.3 Policy Types
+~~~~~~~~~~~~~~~~
+
+Basic types
+^^^^^^^^^^^
+
+- tosca.policies.Root
+- tosca.policies.Placement
+- tosca.policies.Scaling
+
+Extend types
+^^^^^^^^^^^^
+
+- tosca.policies.Update
+- tosca.policies.Performance
+- tosca.policy.placement.Antilocate
+- tosca.policy.placement.Colocate
+