Add congress project to stackforge
Congress is a project to provide policy as a service across any collection of cloud services in order to offer governance and compliance for dynamic infrastructures. Change-Id: I3c85acf26cc3dbaaf9e96de170f53c1202c2cab9
This commit is contained in:
parent
a0211b5d56
commit
8dbe8a08cc
@ -0,0 +1,12 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
label-Code-Review = -2..+2 group congress-core
|
||||||
|
label-Approved = +0..+1 group congress-core
|
||||||
|
workInProgress = group congress-core
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
create = group congress-core
|
||||||
|
pushTag = group congress-core
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@ -1668,3 +1668,12 @@
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
- python-jobs
|
- python-jobs
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: congress
|
||||||
|
github-org: stackforge
|
||||||
|
node: precise
|
||||||
|
tarball-site: tarballs.openstack.org
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- python-jobs
|
||||||
|
@ -1799,6 +1799,14 @@ projects:
|
|||||||
gate:
|
gate:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
|
||||||
|
- name: stackforge/congress
|
||||||
|
check:
|
||||||
|
- gate-congress-pep8
|
||||||
|
- gate-congress-python27
|
||||||
|
gate:
|
||||||
|
- gate-congress-pep8
|
||||||
|
- gate-congress-python27
|
||||||
|
|
||||||
- name: stackforge/MRaaS
|
- name: stackforge/MRaaS
|
||||||
check:
|
check:
|
||||||
- gate-noop
|
- gate-noop
|
||||||
|
@ -460,3 +460,7 @@
|
|||||||
- project: stackforge/solum
|
- project: stackforge/solum
|
||||||
description: "An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum"
|
description: "An OpenStack related project designed to make cloud services easier to consume and integrate into your application development process. See: https://wiki.openstack.org/wiki/Solum"
|
||||||
upstream: git://github.com/rackerlabs/solum
|
upstream: git://github.com/rackerlabs/solum
|
||||||
|
- project: stackforge/congress
|
||||||
|
description: Congress
|
||||||
|
upstream: git://github.com/pballand/congress.git
|
||||||
|
acl-config: /home/gerrit2/acls/stackforge/congress.config
|
||||||
|
Loading…
Reference in New Issue
Block a user