From c5df8adbaf4eaa0005c372b242652cc6542df7c6 Mon Sep 17 00:00:00 2001 From: zhipengh Date: Tue, 20 Sep 2016 21:18:05 +0800 Subject: Parser Release C RC1 docs final clean up Change-Id: Ib74e8cbaaa6397e9f9f1e9eba35d7d2f8e8d5108 Signed-off-by: zhipengh --- docs/userguide/index.rst | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/userguide/index.rst') diff --git a/docs/userguide/index.rst b/docs/userguide/index.rst index 9174daa..938f9c6 100644 --- a/docs/userguide/index.rst +++ b/docs/userguide/index.rst @@ -7,14 +7,14 @@ Parser User Guide ================= Parser is an open source project and licensed under Apache 2. Parser will help -to provide a tooling mechanism, by parsing Telecom operators VNF descriptors -(YANG templates) into TOSCA templates and then further translate TOSCA templates -into certain common templates, which could be used in IaaS orchestration projects -like OpenStack Heat(the template file is HOT, which stands for Heat Orchestrator -Template), this document is about simple TOSCA to HOT, and the example is a vRNC -(virtual Radio Network Controller) definition with format translated from simple -TOSCA(parser's input file format) to HOT(parser's output file format), which can -be deployed by heat directly. +to provide a tooling mechanism, by parsing and then further translating Telecom +operators deployment descriptors into certain common templates, which could be +used in IaaS orchestration projects like OpenStack Heat(the template file is HOT, +which stands for Heat Orchestrator Template). + +This document contains installation guide , execution guide as well as testing guide +for Parser's three submodules: tosca2heat, yang2tosca and policy2tosca. + Contents: -- cgit 1.2.3-korg