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
|
- project: stackforge/kickstack
|
||||||
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
|
description: Rapid OpenStack deployment with puppet-dashboard, The Foreman, or any other Puppet ENC
|
||||||
upstream: git://github.com/hastexo/kickstack
|
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
|
- project: stackforge/kwapi
|
||||||
description: Energy Efficiency Monitoring
|
description: Energy Efficiency Monitoring
|
||||||
upstream: git://github.com/frossigneux/kwapi.git
|
upstream: git://github.com/frossigneux/kwapi.git
|
||||||
|
@ -155,6 +155,7 @@ tripleo:
|
|||||||
- openstack/tripleo-specs
|
- openstack/tripleo-specs
|
||||||
- openstack/tuskar
|
- openstack/tuskar
|
||||||
- openstack/tuskar-ui
|
- openstack/tuskar-ui
|
||||||
|
- stackforge/kolla
|
||||||
- stackforge/windows-diskimage-builder
|
- stackforge/windows-diskimage-builder
|
||||||
branches:
|
branches:
|
||||||
- master
|
- master
|
||||||
|
@ -69,6 +69,14 @@
|
|||||||
- gate-{name}-python27
|
- gate-{name}-python27
|
||||||
- gate-{name}-docs
|
- gate-{name}-docs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: kolla
|
||||||
|
node: 'bare-precise || bare-trusty'
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: mistral
|
name: mistral
|
||||||
node: 'bare-precise || bare-trusty'
|
node: 'bare-precise || bare-trusty'
|
||||||
|
@ -4083,6 +4083,14 @@ projects:
|
|||||||
- name: merge-check
|
- name: merge-check
|
||||||
- name: noop-jobs
|
- name: noop-jobs
|
||||||
|
|
||||||
|
- name: stackforge/kolla
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-kolla-pep8
|
||||||
|
gate:
|
||||||
|
- gate-kolla-pep8
|
||||||
|
|
||||||
- name: stackforge/kwapi
|
- name: stackforge/kwapi
|
||||||
template:
|
template:
|
||||||
- name: merge-check
|
- name: merge-check
|
||||||
|
Loading…
Reference in New Issue
Block a user