New StackForge project heat-translator
heat-translator is a tool aimed to provide translation of non-heat teamplates to OpenStack Heat Orchestration Template (HOT). The initiative is started with the tosca profile translation to HOT. The blueprint is found at, https://blueprints.launchpad.net/heat/+spec/heat-translator-tosca Topic name: new-project Change-Id: I887c9ce41522ebaf105343375c1f4a06e407149d
This commit is contained in:
parent
c5bd6f0fcb
commit
1c2c5fd78c
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group heat-translator-core
|
||||
label-Approved = +0..+1 group heat-translator-core
|
||||
workInProgress = group heat-translator-core
|
||||
[access "refs/tags/*"]
|
||||
create = group heat-translator-ptl
|
||||
pushTag = group heat-translator-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2094,6 +2094,15 @@
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: heat-translator
|
||||
github-org: stackforge
|
||||
node: bare-precise
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: release-tools
|
||||
github-org: openstack-infra
|
||||
|
@ -537,6 +537,9 @@
|
||||
- project: stackforge/healthnmon
|
||||
description: Healthnmon aims to deliver 'Cloud Resource Monitor', an extensible service to OpenStack Cloud Operating system by providing monitoring service for Cloud Resources and Infrastructure with a pluggable framework for 'Inventory Management', 'Alerts and notifications' and 'Utilization Data.
|
||||
upstream: git://github.com/healthnmon/healthnmon.git
|
||||
- project: stackforge/heat-translator
|
||||
description: Translate non-heat templates to Heat Orchestration Template.
|
||||
upstream: git://github.com/spzala/heat-translator.git
|
||||
- project: stackforge/inception
|
||||
description: Inception Cloud Project
|
||||
upstream: git://github.com/maoy/inception.git
|
||||
|
@ -3531,6 +3531,21 @@ projects:
|
||||
- gate-healthnmon-pep8
|
||||
- gate-healthnmon-python27
|
||||
|
||||
- name: stackforge/heat-translator
|
||||
template:
|
||||
- name: python-jobs
|
||||
check:
|
||||
- gate-heat-translator-python33
|
||||
gate:
|
||||
- gate-heat-translator-python33
|
||||
post:
|
||||
- heat-translator-coverage
|
||||
- heat-translator-branch-tarball
|
||||
pre-release:
|
||||
- heat-translator-tarball
|
||||
release:
|
||||
- heat-translator-tarball
|
||||
|
||||
- name: stackforge/inception
|
||||
check:
|
||||
- gate-inception-pep8
|
||||
|
Loading…
Reference in New Issue
Block a user