Add kickstack
Kickstack is a thin wrapper around the StackForge Puppet modules that enables simple Puppet ENCs (like Puppet Dashboard or The Foreman) to quickly deploy OpenStack using node roles. Kickstack has previously been maintained on GitHub. Change-Id: I345ba4de407d7f2c5e9d6ce22e79c9242555841c
This commit is contained in:
parent
e34f4447ad
commit
2347e62020
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group kickstack-core
|
||||
label-Approved = +0..+1 group kickstack-core
|
||||
workInProgress = group kickstack-core
|
||||
[access "refs/tags/*"]
|
||||
create = group kickstack-ptl
|
||||
pushTag = group kickstack-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -551,6 +551,9 @@
|
||||
- project: stackforge/inception
|
||||
description: Inception Cloud Project
|
||||
upstream: git://github.com/maoy/inception.git
|
||||
- project: stackforge/kickstack
|
||||
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
|
||||
upstream: git://github.com/hastexo/kickstack
|
||||
- project: stackforge/kwapi
|
||||
description: Energy Efficiency Monitoring
|
||||
upstream: git://github.com/frossigneux/kwapi.git
|
||||
|
@ -3470,6 +3470,12 @@ projects:
|
||||
gate:
|
||||
- gate-kwapi-pep8
|
||||
|
||||
- name: stackforge/kickstack
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/libra
|
||||
check:
|
||||
- gate-libra-pep8
|
||||
|
Loading…
x
Reference in New Issue
Block a user