TOSCA Parser & Types

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 README

The INDIGO TOSCA Types 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 "nfv" module for an example.

Summary:

Release Notes v. 0.7.2

What's new

Minor bugfixes:

Supported Platforms:

  • CentOS7 & Ubuntu 14:04, 16.04, OpenStack

List of RfCs

Deployment Notes

After setting the INDIGO-DC repositories as explained in the Generic Installation & Configuration Guide:

  • On CentOS 7 $ yum clean all $ yum install tosca-parser

  • On Ubuntu 14.04 - after setting the INDIGO-DC repositories as explained in the Generic Installation & Configuration Guide: $ apt-get update $ apt-get install python-tosca-parser

  • To upgrade to the last version you only have to install the new version using yum or apt tool: yum update tosca-parser</br> apt install python-tosca-parser

  • Other installation methods are described here

  • How To Use

Known Issues

  • N/A

List of Artifacts

Packages:

Tarballs:

Documentation

Support

Last updated