Parser for TOSCA Simple Profile in YAML.
a59a5ee641
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 |
||
---|---|---|
doc/source | ||
toscaparser | ||
.coveragerc | ||
.gitignore | ||
.gitreview | ||
.mailmap | ||
.testr.conf | ||
babel.cfg | ||
CONTRIBUTING.rst | ||
HACKING.rst | ||
LICENSE | ||
MANIFEST.in | ||
openstack-common.conf | ||
README.rst | ||
requirements.txt | ||
setup.cfg | ||
setup.py | ||
test-requirements.txt | ||
tox.ini |
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
- License: Apache License, Version 2.0
- Source: http://git.openstack.org/cgit/openstack/tosca-parser/