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:
Florian Haas 2013-07-11 21:04:05 +02:00 committed by Clark Boylan
parent e34f4447ad
commit 2347e62020
3 changed files with 21 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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