Add Kolla Project
Kolla is a system to deploy OpenStack using Kubernetes and Docker. Change-Id: I8de1470671988c75a3881605b9d3a884366b6088
This commit is contained in:
parent
8e5f84e373
commit
a76308d4e5
14
gerrit/acls/stackforge/kolla.config
Normal file
14
gerrit/acls/stackforge/kolla.config
Normal file
@ -0,0 +1,14 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group kolla-core
|
||||
label-Code-Review = -2..+2 group kolla-core
|
||||
label-Workflow = -1..+1 group kolla-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group kolla-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -1029,6 +1029,9 @@
|
||||
- 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/kolla
|
||||
description: Kolla - Deploying OpenStack using Kubernetes and Docker
|
||||
upstream: git://github.com/jlabocki/superhappyfunshow.git
|
||||
- project: stackforge/kwapi
|
||||
description: Energy Efficiency Monitoring
|
||||
upstream: git://github.com/frossigneux/kwapi.git
|
||||
|
@ -155,6 +155,7 @@ tripleo:
|
||||
- openstack/tripleo-specs
|
||||
- openstack/tuskar
|
||||
- openstack/tuskar-ui
|
||||
- stackforge/kolla
|
||||
- stackforge/windows-diskimage-builder
|
||||
branches:
|
||||
- master
|
||||
|
@ -69,6 +69,14 @@
|
||||
- gate-{name}-python27
|
||||
- gate-{name}-docs
|
||||
|
||||
- project:
|
||||
name: kolla
|
||||
node: 'bare-precise || bare-trusty'
|
||||
tarball-site: tarballs.openstack.org
|
||||
|
||||
jobs:
|
||||
- python-jobs
|
||||
|
||||
- project:
|
||||
name: mistral
|
||||
node: 'bare-precise || bare-trusty'
|
||||
|
@ -4083,6 +4083,14 @@ projects:
|
||||
- name: merge-check
|
||||
- name: noop-jobs
|
||||
|
||||
- name: stackforge/kolla
|
||||
template:
|
||||
- name: merge-check
|
||||
check:
|
||||
- gate-kolla-pep8
|
||||
gate:
|
||||
- gate-kolla-pep8
|
||||
|
||||
- name: stackforge/kwapi
|
||||
template:
|
||||
- name: merge-check
|
||||
|
Loading…
Reference in New Issue
Block a user