Consolidate Cinder repo ACL settings

The code repos under the Cinder team have the same ACL needs. Rather
than maintaining nearly identical ACL configs for each one, this
configures these repos to use the one common cinder.config file.

This is also to pick up the Review-Priority flag for these other repos.

Change-Id: Ib6fa6844399df54923b1b45726cc1eabeca12737
Signed-off-by: Sean McGinnis <sean.mcginnis@gmail.com>
This commit is contained in:
Sean McGinnis 2019-01-04 05:34:31 -06:00
parent ce5c339b86
commit 925e0d662b
No known key found for this signature in database
GPG Key ID: CE7EE4BFAF8D70C8
4 changed files with 3 additions and 63 deletions

View File

@ -1,26 +0,0 @@
[access "refs/heads/*"]
abandon = group cinder-core
label-Code-Review = -2..+2 group cinder-core
label-Workflow = -1..+1 group cinder-core
[access "refs/heads/stable/*"]
abandon = group Change Owner
abandon = group Project Bootstrappers
abandon = group cinder-stable-maint
abandon = group stable-maint-core
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group Project Bootstrappers
label-Code-Review = -2..+2 group cinder-stable-maint
label-Code-Review = -2..+2 group stable-maint-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+0 group Change Owner
label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group cinder-stable-maint
label-Workflow = -1..+1 group stable-maint-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1,11 +0,0 @@
[access "refs/heads/*"]
abandon = group cinder-core
label-Code-Review = -2..+2 group cinder-core
label-Workflow = -1..+1 group cinder-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -1,26 +0,0 @@
[access "refs/heads/*"]
abandon = group cinder-core
label-Code-Review = -2..+2 group cinder-core
label-Workflow = -1..+1 group cinder-core
[access "refs/heads/stable/*"]
abandon = group Change Owner
abandon = group Project Bootstrappers
abandon = group cinder-stable-maint
abandon = group stable-maint-core
exclusiveGroupPermissions = abandon label-Code-Review label-Workflow
label-Code-Review = -2..+2 group Project Bootstrappers
label-Code-Review = -2..+2 group cinder-stable-maint
label-Code-Review = -2..+2 group stable-maint-core
label-Code-Review = -1..+1 group Registered Users
label-Workflow = -1..+0 group Change Owner
label-Workflow = -1..+1 group Project Bootstrappers
label-Workflow = -1..+1 group cinder-stable-maint
label-Workflow = -1..+1 group stable-maint-core
[receive]
requireChangeId = true
requireContributorAgreement = true
[submit]
mergeContent = true

View File

@ -5929,6 +5929,7 @@
description: Apply configuration from cloud metadata.
- project: openstack/os-brick
description: Volume discovery and local storage management lib
acl-config: /home/gerrit2/acls/openstack/cinder.config
- project: openstack/os-client-config
description: Unified config handling for client libraries and programs
acl-config: /home/gerrit2/acls/openstack/openstacksdk.config
@ -6419,6 +6420,7 @@
acl-config: /home/gerrit2/acls/openstack/blazar.config
- project: openstack/python-brick-cinderclient-ext
description: python-cinderclient extension for local storage management
acl-config: /home/gerrit2/acls/openstack/cinder.config
- project: openstack/python-ceilometerclient
description: RETIRED, OpenStack Telemetry (Ceilometer) Client
acl-config: /home/gerrit2/acls/openstack/retired.config
@ -6427,6 +6429,7 @@
acl-config: /home/gerrit2/acls/openstack/retired.config
- project: openstack/python-cinderclient
description: OpenStack Block Storage (Cinder) Client
acl-config: /home/gerrit2/acls/openstack/cinder.config
- project: openstack/python-cloudkittyclient
description: Python client library for CloudKitty API
acl-config: /home/gerrit2/acls/openstack/cloudkitty.config