new-project: warm
Warm provides the ability to deploy OpenStack resources from Yaml templates. It it based on python-*client libraries. https://github.com/sahid/warm An example of template: http://goo.gl/THJruP Change-Id: I7f388ac469f81b1cfab79729a3a4a3487f5bad78
This commit is contained in:
parent
b7e7bae4db
commit
b28aff797b
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group warm-core
|
||||
label-Approved = +0..+1 group warm-core
|
||||
workInProgress = group warm-core
|
||||
[access "refs/tags/*"]
|
||||
create = group warm-ptl
|
||||
pushTag = group warm-ptl
|
||||
[project]
|
||||
state = active
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = false
|
||||
[submit]
|
||||
mergeContent = true
|
@ -771,6 +771,9 @@
|
||||
docimpact-group: turbo-hipster
|
||||
description: A generic zuul worker using the gearman protocol.
|
||||
upstream: git://github.com/rcbau/turbo-hipster.git
|
||||
- project: stackforge/warm
|
||||
description: Provides the ability to deploy OpenStack resources from Yaml templates.
|
||||
upstream: git://github.com/sahid/warm.git
|
||||
- project: stackforge/wsme
|
||||
description: Web Service Made Easy (WSME) simplify the writing of REST web services by providing simple yet powerful typing which removes the need to directly manipulate the request and the response objects.
|
||||
upstream: git://github.com/ryanpetrello/wsme.git
|
||||
|
@ -4544,6 +4544,12 @@ projects:
|
||||
- turbo-hipster-coverage
|
||||
- hook-turbo-hipster-rtfd
|
||||
|
||||
- name: stackforge/warm
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/wsme
|
||||
check:
|
||||
- gate-wsme-python26
|
||||
|
Loading…
Reference in New Issue
Block a user