deb-murano/contrib/plugins/murano_heat-translator_plugin
Vahid Hashemian c812ace2fe Import and deploy TOSCA CSAR packages
Add a custom plugin to support importing Murano application definition
archives of TOSCA CSAR files into Murano application catalog, and
deploy them through the catalog to Heat.

Co-Authored-By: Tetiana Lashchova <tlashchova@mirantis.com>
Change-Id: Ibb9b7f22853040ef1c453db2cebae727f6514286
Partially-Implements: blueprint support-tosca-format
2016-03-16 05:47:26 +00:00
..
plugin Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00
sample Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00
README.rst Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00
requirements.txt Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00
setup.cfg Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00
setup.py Import and deploy TOSCA CSAR packages 2016-03-16 05:47:26 +00:00

OASIS TOSCA Plugin for Murano

This is a plugin for Murano to support the OASIS standard for TOSCA. The feature currently supported by this plugin is importing Murano application definition archives of TOSCA CSARs into Murano application catalog.

How To Use

In order to make use of this plugin it has to be installed first, in the same Python environment that Murano is running, using the pip command (i.e., run pip install . from inside the plugin folder). At a minimum, the plugin requires version 0.2.0 of the TOSCA-Parser PyPI package.

Two sample Murano application definition archives are provided in unzip format:

  • hello_world
  • wordpress

In order to import the corresponding archives refer to README.rst inside each sample folder to generate the archives first. The archives then will be ready to be imported into Murano application catalog via Murano command line or Murano UI.