Add flame project on StackForge
Flame is an automatic Heat template generator, for a dedicated tenant. The project is currently available on github: https://github.com/cloudwatt/flame Change-Id: I188640ff322c996253c48c91849e3952b4f11c77
This commit is contained in:
parent
46c547cddd
commit
a17dfb65a7
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group flame-core
|
||||
label-Code-Review = -2..+2 group flame-core
|
||||
label-Workflow = -1..+1 group flame-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group flame-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -3466,3 +3466,11 @@
|
||||
name: glance-formula
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
- project:
|
||||
name: flame
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
@ -800,6 +800,9 @@
|
||||
description: AWS EC2 and VPC API support in standalone service for OpenStack. At first uses nova's EC2 API for non-VPC functionality. Later it'll be transferred here out of nova.
|
||||
- project: stackforge/entropy
|
||||
description: A framework for Audit/Repair scripts for openstack
|
||||
- project: stackforge/flame
|
||||
description: Automatic Heat template generation
|
||||
upstream: git://github.com/cloudwatt/flame.git
|
||||
- project: stackforge/freezer
|
||||
description: OpenStack Swift incremental backup and restore automation tool for file system, MongoDB, MySQL. LVM snapshot and encryption support.
|
||||
upstream: git://git.code.sf.net/p/openstack-freezer/freezer
|
||||
|
@ -3906,6 +3906,12 @@ projects:
|
||||
post:
|
||||
- entropy-coverage
|
||||
|
||||
- name: stackforge/flame
|
||||
template:
|
||||
- name: merge-check
|
||||
- name: python-jobs
|
||||
- name: python3-jobs
|
||||
|
||||
- name: stackforge/freezer
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
x
Reference in New Issue
Block a user