Parser for TOSCA Simple Profile in YAML.
Go to file
Vahid Hashemian a59a5ee641 Add CSAR validation and metadata extraction
Add validation of CSAR files as part of translation of CSAR files.
Also, add extraction of metadata from the CSAR files. Include
necessary unit tests.

Change-Id: I590ba71b1568a832c3b784ae99cce417a9b24f26
Partially-Implements: blueprint tosca-csar-translation
2015-09-08 20:09:40 +00:00
doc/source Update documentation 2015-08-25 12:35:01 -07:00
toscaparser Add CSAR validation and metadata extraction 2015-09-08 20:09:40 +00:00
.coveragerc Fix coverage file with new repo 2015-08-26 05:27:31 -07:00
.gitignore Added a module for intrinsic function. 2014-07-14 17:41:55 +03:00
.gitreview Update gitreview file 2015-08-24 19:30:47 -07:00
.mailmap Add .gitreview file and apply cookiecutter template. 2014-04-01 09:43:50 -05:00
.testr.conf Add .gitreview file and apply cookiecutter template. 2014-04-01 09:43:50 -05:00
babel.cfg Add .gitreview file and apply cookiecutter template. 2014-04-01 09:43:50 -05:00
CONTRIBUTING.rst Create README 2015-08-25 16:20:42 -07:00
HACKING.rst Create README 2015-08-25 16:20:42 -07:00
LICENSE Add .gitreview file and apply cookiecutter template. 2014-04-01 09:43:50 -05:00
MANIFEST.in Add .gitreview file and apply cookiecutter template. 2014-04-01 09:43:50 -05:00
openstack-common.conf Update setup config file 2015-08-26 05:36:23 -07:00
README.rst Create README 2015-08-25 16:20:42 -07:00
requirements.txt Updated from global requirements 2015-07-15 01:32:17 +00:00
setup.cfg Update setup config file 2015-08-26 05:36:23 -07:00
setup.py Updated from global requirements 2015-07-15 01:32:17 +00:00
test-requirements.txt Updated from global requirements 2015-07-15 01:32:17 +00:00
tox.ini Update TOX 2015-08-26 07:22:33 -07:00

TOSCA Parser

Parser for TOSCA Simple Profile in YAML.

Overview

The TOSCA Parser is an OpenStack project and licensed under Apache 2. It 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.

Architecture

Parser - parser for a TOSCA Simple Profile in YAML.

How To Use

Please refer to doc/source/usage.rst

Project Info