TOSCA Parser & Types
Last updated
Last updated
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.
more information on its Architecture can be found in the
The repository shows a YAML description of new types added in the INDIGO project to extend TOSCA Simple Profile in YAML Version 1.0 to add high level entities. In the examples directory there are a set of TOSCA documents using these types that will be supported by the INDIGO components.
The TOSCA Parser now supports profile definition extensions that can be accessed via a custom tosca_definitions_version. Extensions can be added by creating a module in the "toscaparser/extensions" directory. See the module for an example.
Summary:
Updates
This is the first release of TOSCA Parser and Types - entirely developed through the INDIGO-DC project
Highlight of the first release in INDIGO:
Contributed several bug fixes to the OpenStack's tosca-parser project.
INDIGO-DataCloud partners (UPV) rank #2 in the top commiters for the tosca-parser in OpenStack Liberty
Included new non-normative types for the TOSCA Simple Profile in YAML Version 1.0 specification, supporting both INDIGO-DataCloud applications (e.g. Kepler, Galaxy, Disvis, Powerfit, etc.) and capabilities (e.g. virtual elastic clusters).
Supported Platforms:
CentOS7 & Ubuntu 14:04, OpenStack
On CentOS 7
$ yum clean all
$ yum install tosca-parser
How To Use
N/A
Packages:
Tarballs:
TOSCA types: - list of solved issues can be found in
TOSCA-parser: - list of solved issues can be found in
Comprehensive list of bug fixes is available
After setting the INDIGO-DC repositories as explained in the :
On Ubuntu 14.04 - after setting the INDIGO-DC repositories as explained in the :
$ apt-get update
$ apt-get install python-tosca-parser
Other installation methods are described
Please refer to
Please use the