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

19 lines
656 B
INI

[metadata]
version = 2.0.0
name = io.murano.plugins.oasis.tosca
description = Heat-Translator Plugin for Murano
summary = This plugin enables import and deployment of OASIS TOSCA
application specifications in Murano. The plugin makes use
of tosca-parser pypi library for package imports and
heat-translator pypi library for package deployment.
Deployment support is not yet added and will come soon.
author = Vahid Hashemian
author-email = vahidhashemian@us.ibm.com
[files]
packages = murano_heat-translator_plugin
[entry_points]
io.murano.plugins.packages =
TOSCA.CSAR/1.1.0 = plugin.csar_package:CSARPackage