Jump to: navigation, search

Difference between revisions of "Heat-Translator"

(Development Meetings)
(Resources)
Line 27: Line 27:
 
=== IRC Channel ===
 
=== IRC Channel ===
 
The IRC channel is #openstack-heat-translator
 
The IRC channel is #openstack-heat-translator
 +
 +
=== Mitaka release development plan ===
 +
{| class="wikitable"
 +
|-
 +
! TOSCA Parser and Heat-Translator PyPI Release  !! PyPI Bug Fix Release (0.0.X)  !! Approx. Target Date (TOSCA-Parser) !! Approx. Target Date (Heat-Translator) !! Comments
 +
|-
 +
| 0.3.0|| Example || 12/02/2015|| 12/15/2015|| Considering Tokyo summit & thanksgiving holidays.
 +
|-
 +
| 0.4.0|| Example || 01/25/2015|| 02/12/2015|| Considering personal vacations & Christmas/New year holidays.
 +
|-
 +
| 0.5.0|| Example || 03/14/2015|| 04/01/2016|| Example
 +
|-
 +
| 0.6.0|| Example || 05/06/2015|| 05/20/2016|| Example
 +
|}

Revision as of 18:31, 17 November 2015

Tool to translate non-heat templates to Heat Orchestration Template.

Overview

Heat-Translator is an Openstack project and licensed under Apache 2. It is a command line tool which takes non-Heat templates as an input and produces a Heat Orchestration Template (HOT) which can be deployed by Heat. Currently the development and testing is done with an aim to translate OASIS Topology and Orchestration Specification for Cloud Applications (TOSCA) templates to HOT. However, the tool is designed to be easily extended to use with any format other than TOSCA.

Architecture

Heat-Translator tool takes an in-memory graph from TOSCA Parser as an input, maps it to Heat resources and then produces a HOT.

Link to the TOSCA Parser project: https://github.com/openstack/tosca-parser

Resources

Documentation

http://docs.openstack.org/developer/heat-translator/index.html

Repositories

https://github.com/openstack/heat-translator

Development Meetings

The development team meets every Thursday at 1600UTC on IRC #openstack-heat-translator channel.

Launchpad

https://launchpad.net/heat-translator

IRC Channel

The IRC channel is #openstack-heat-translator

Mitaka release development plan

TOSCA Parser and Heat-Translator PyPI Release PyPI Bug Fix Release (0.0.X) Approx. Target Date (TOSCA-Parser) Approx. Target Date (Heat-Translator) Comments
0.3.0 Example 12/02/2015 12/15/2015 Considering Tokyo summit & thanksgiving holidays.
0.4.0 Example 01/25/2015 02/12/2015 Considering personal vacations & Christmas/New year holidays.
0.5.0 Example 03/14/2015 04/01/2016 Example
0.6.0 Example 05/06/2015 05/20/2016 Example