Add compass project to stackforge
Partial-bug: 1265229 Change-Id: I29bcffc64e7f3ea1dbd50ffae87206fe5b1229fe
This commit is contained in:
parent
2f9e89a0ee
commit
cfa8802cc8
@ -482,3 +482,15 @@ openstack-anvil:
|
||||
branches:
|
||||
- master
|
||||
- stable/grizzly
|
||||
|
||||
syscompass:
|
||||
events:
|
||||
- patchset-created
|
||||
- change-merged
|
||||
- x-vrif-minus-2
|
||||
projects:
|
||||
- stackforge/compass-adapters
|
||||
- stackforge/compass-core
|
||||
- stackforge/compass-web
|
||||
branches:
|
||||
- master
|
||||
|
@ -0,0 +1,12 @@
|
||||
[access "refs/heads/*"]
|
||||
label-Code-Review = -2..+2 group compass-core
|
||||
label-Approved = +0..+1 group compass-core
|
||||
workInProgress = group compass-core
|
||||
[access "refs/tags/*"]
|
||||
create = group compass-ptl
|
||||
pushTag = group compass-ptl
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
[submit]
|
||||
mergeContent = true
|
@ -2791,6 +2791,24 @@ projects:
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/compass-adapters
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/compass-core
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/compass-web
|
||||
check:
|
||||
- gate-noop
|
||||
gate:
|
||||
- gate-noop
|
||||
|
||||
- name: stackforge/congress
|
||||
check:
|
||||
- gate-congress-pep8
|
||||
|
@ -314,6 +314,18 @@
|
||||
- project: stackforge/cloudroast
|
||||
upstream: https://github.com/samu4924/cloudroast
|
||||
description: Automated Test Case Repository for OpenStack. Based on CloudCAFE.
|
||||
- project: stackforge/compass-adapters
|
||||
description: Compass adapter related code and data (chef, cobbler, etc)
|
||||
upstream: git://github.com/huawei-cloud/compass-adapters.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/compass.config
|
||||
- project: stackforge/compass-core
|
||||
description: Automating Distributed System Deployment to Baremetal Resources
|
||||
upstream: git://github.com/huawei-cloud/compass-core.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/compass.config
|
||||
- project: stackforge/compass-web
|
||||
description: A web-based UI consuming the Restful API service provided by Compass
|
||||
upstream: git://github.com/huawei-cloud/compass-web.git
|
||||
acl-config: /home/gerrit2/acls/stackforge/compass.config
|
||||
- project: stackforge/congress
|
||||
description: Congress
|
||||
upstream: git://github.com/pballand/congress.git
|
||||
|
Loading…
x
Reference in New Issue
Block a user