summaryrefslogtreecommitdiffstats
path: root/docs/developer/design/tosca2heat.rst
diff options
context:
space:
mode:
authorshangxdy <shang.xiaodong@zte.com.cn>2017-03-14 21:22:05 +0800
committershangxdy <shang.xiaodong@zte.com.cn>2017-03-14 21:27:48 +0800
commitd7b31c6be3b9ce919f1dff8e3b4bcc6f73f9b9ff (patch)
tree3d5b054fa6f9ce0d6f9bf34b360f0e0773788f11 /docs/developer/design/tosca2heat.rst
parentea9d47bbd0a06d0cca1738f244ab8b30e57ed9c6 (diff)
Modify documents about overview
Add overview about apigateway and tosca2heat. Change-Id: I2994ebcde39dcacd248bd09d33ab48823c12e9a1 Signed-off-by: shangxdy <shang.xiaodong@zte.com.cn>
Diffstat (limited to 'docs/developer/design/tosca2heat.rst')
-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.