summaryrefslogtreecommitdiffstats
path: root/docs/developer/design
diff options
context:
space:
mode:
authorZhipeng (Howard) Huang <huangzhipeng@huawei.com>2017-03-14 14:38:45 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-03-14 14:38:45 +0000
commita6f1fa508cc6bc04516ec502003509f5fbc8c289 (patch)
treedbdeacd4db609d8564b47ca90fedf90ef9eddf94 /docs/developer/design
parentc836ee07a5cec51b2aef6cde13a12869746c3bef (diff)
parentd7b31c6be3b9ce919f1dff8e3b4bcc6f73f9b9ff (diff)
Merge "Modify documents about overview"
Diffstat (limited to 'docs/developer/design')
-rw-r--r--docs/developer/design/tosca2heat.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/developer/design/tosca2heat.rst b/docs/developer/design/tosca2heat.rst
index 3fb1d26..e49718e 100644
--- a/docs/developer/design/tosca2heat.rst
+++ b/docs/developer/design/tosca2heat.rst
@@ -5,3 +5,15 @@
Parser tosca2heat
=================
+Tosca2heat is a opnfv sub-project of parser based on openstack two projects: tosca
+parser and heat translator.
+
+The TOSCA Parser is developed to parse TOSCA Simple Profile in YAML. It reads the
+TOSCA templates and creates an in-memory graph of TOSCA nodes and their relationship.
+Heat-Translator is a command line tool which takes non-Heat templates as an input
+and produces a Heat Orchestration Template (HOT) which can be deployed by Heat.
+
+More details please refer to openstack related sites.
+
+Tosca2heat intends to enhanced NFV features in tosca template parse and translator,
+such as huge page, dpdk and sriov.