Add governance-uc repo
As per mailing list discussion[1], governance.openstack.org will become a neutral place for all of OpenStack governance reference information (Board, TC, UC). This change adds a repository, governance-uc, which is to contain the content for the UC component of governance.openstack.org, and is step one of the 5 step plan: - Create the repository (UC, infra) - Populate it with the data you want there (UC) - Work with infra to publish under /uc (UC, infra) - Propose content for the neutral page (TC, UC) - Change openstack/governance to publish under /tc, set up redirects/aliases (TC, infra) [1] http://lists.openstack.org/pipermail/openstack-tc/2016-June/001223.html Change-Id: I80debe64d6fbf31d23415f373adf47a7a034b7f0 Needed-By: I941f2df200da0ac714f4afcf0c9d33d2711517d1
This commit is contained in:

committed by
Andreas Jaeger

parent
ea85c42219
commit
1c43b76326
37
gerrit/acls/openstack/governance-uc.config
Normal file
37
gerrit/acls/openstack/governance-uc.config
Normal file
@@ -0,0 +1,37 @@
|
|||||||
|
[access "refs/heads/*"]
|
||||||
|
abandon = group Change Owner
|
||||||
|
abandon = group Project Bootstrappers
|
||||||
|
abandon = group user-committee-chair
|
||||||
|
exclusiveGroupPermissions = abandon label-Workflow
|
||||||
|
label-Rollcall-Vote = -1..+1 group user-committee
|
||||||
|
label-Workflow = -1..+0 group Change Owner
|
||||||
|
label-Workflow = -1..+1 group Project Bootstrappers
|
||||||
|
label-Workflow = -1..+1 group user-committee-chair
|
||||||
|
|
||||||
|
[access "refs/tags/*"]
|
||||||
|
pushSignedTag = group user-committee-chair
|
||||||
|
|
||||||
|
[label "Code-Review"]
|
||||||
|
copyAllScoresOnTrivialRebase = true
|
||||||
|
defaultValue = 0
|
||||||
|
function = NoOp
|
||||||
|
value = -2 Unused -2
|
||||||
|
value = -1 This patch needs further work before it can be merged
|
||||||
|
value = 0 No score
|
||||||
|
value = +1 Looks good to me
|
||||||
|
value = +2 Unused +2
|
||||||
|
|
||||||
|
[label "Rollcall-Vote"]
|
||||||
|
copyAllScoresOnTrivialRebase = true
|
||||||
|
defaultValue = 0
|
||||||
|
function = NoOp
|
||||||
|
value = -1 No
|
||||||
|
value = 0 Abstain
|
||||||
|
value = +1 Yes
|
||||||
|
|
||||||
|
[receive]
|
||||||
|
requireChangeId = true
|
||||||
|
requireContributorAgreement = true
|
||||||
|
|
||||||
|
[submit]
|
||||||
|
mergeContent = true
|
@@ -2162,6 +2162,9 @@
|
|||||||
description: OpenStack API client for golang
|
description: OpenStack API client for golang
|
||||||
- project: openstack/governance
|
- project: openstack/governance
|
||||||
description: OpenStack Technical Committee Decisions
|
description: OpenStack Technical Committee Decisions
|
||||||
|
- project: openstack/governance-uc
|
||||||
|
description: User Committee bits of governance.o.o
|
||||||
|
upstream: https://github.com/fifieldt/governance-uc
|
||||||
- project: openstack/group-based-policy
|
- project: openstack/group-based-policy
|
||||||
description: Group Based Policy
|
description: Group Based Policy
|
||||||
- project: openstack/group-based-policy-automation
|
- project: openstack/group-based-policy-automation
|
||||||
|
@@ -2399,6 +2399,13 @@
|
|||||||
- 'gate-{name}-docs'
|
- 'gate-{name}-docs'
|
||||||
- 'static-{name}-publish'
|
- 'static-{name}-publish'
|
||||||
|
|
||||||
|
- project:
|
||||||
|
name: governance-uc
|
||||||
|
docroot: governance-uc
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
- 'gate-{name}-docs'
|
||||||
|
|
||||||
- project:
|
- project:
|
||||||
name: grafyaml
|
name: grafyaml
|
||||||
tarball-site: tarballs.openstack.org
|
tarball-site: tarballs.openstack.org
|
||||||
|
@@ -6842,6 +6842,14 @@ projects:
|
|||||||
post:
|
post:
|
||||||
- static-governance-publish
|
- static-governance-publish
|
||||||
|
|
||||||
|
- name: openstack/governance-uc
|
||||||
|
template:
|
||||||
|
- name: merge-check
|
||||||
|
check:
|
||||||
|
- gate-governance-uc-docs
|
||||||
|
gate:
|
||||||
|
- gate-governance-uc-docs
|
||||||
|
|
||||||
#TODO: add docs
|
#TODO: add docs
|
||||||
- name: openstack/group-based-policy
|
- name: openstack/group-based-policy
|
||||||
template:
|
template:
|
||||||
|
Reference in New Issue
Block a user