Skip to content

Commit c2f434b

Browse files
committed
Add openstack/etcd3gw
Per [1] and [2]. Cloned from forked repo to skip old branches. [1] dims/etcd3-gateway#29 [2] http://lists.openstack.org/pipermail/openstack-discuss/2020-August/016470.html Needed-By: https://review.opendev.org/747188 Change-Id: If9189ccef8a5f58c7228f72c1381c2bc47d5f356
1 parent d1d0f66 commit c2f434b

File tree

4 files changed

+36
-0
lines changed

4 files changed

+36
-0
lines changed

gerrit/acls/openstack/etcd3gw.config

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
[access "refs/heads/*"]
2+
abandon = group etcd3gw-core
3+
label-Backport-Candidate = -2..+2 group etcd3gw-core
4+
label-Backport-Candidate = -1..+1 group Registered Users
5+
label-Code-Review = -2..+2 group etcd3gw-core
6+
label-Workflow = -1..+1 group etcd3gw-core
7+
8+
[access "refs/heads/stable/*"]
9+
abandon = group stable-maint-core
10+
label-Code-Review = -2..+2 group stable-maint-core
11+
label-Workflow = -1..+1 group stable-maint-core
12+
13+
[label "Backport-Candidate"]
14+
copyAllScoresIfNoCodeChange = true
15+
copyAllScoresOnTrivialRebase = true
16+
copyMaxScore = true
17+
copyMinScore = true
18+
defaultValue = 0
19+
function = NoBlock
20+
value = -2 Do Not Backport
21+
value = -1 Not A Backport Candidate
22+
value = 0 Backport Review Needed
23+
value = +1 Proposed Backport
24+
value = +2 Should Backport
25+
26+
[receive]
27+
requireChangeId = true
28+
requireContributorAgreement = true
29+
30+
[submit]
31+
mergeContent = true

gerrit/projects.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -2932,6 +2932,9 @@
29322932
use-storyboard: true
29332933
- project: openstack/eslint-config-openstack
29342934
description: JavaScript Style Guidelines for OpenStack.
2935+
- project: openstack/etcd3gw
2936+
description: An etcd3 grpc-gateway v3 API Python client
2937+
upstream: https://github.com/yoctozepto/etcd3gw
29352938
- project: openstack/faafo
29362939
description: RETIRED, First App Application for OpenStack
29372940
acl-config: /home/gerrit2/acls/openstack/retired.config

gerritbot/channels.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -1061,6 +1061,7 @@ openstack-oslo:
10611061
- openstack/devstack-plugin-kafka
10621062
- openstack/devstack-plugin-pika
10631063
- openstack/devstack-plugin-zmq
1064+
- openstack/etcd3gw
10641065
- openstack/futurist
10651066
- openstack/openstack-doc-tools
10661067
- openstack/openstackdocstheme

zuul/main.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -458,6 +458,7 @@
458458
- openstack/election
459459
- openstack/enterprise-wg
460460
- openstack/eslint-config-openstack
461+
- openstack/etcd3gw
461462
- openstack/freezer
462463
- openstack/freezer-api
463464
- openstack/freezer-dr

0 commit comments

Comments
 (0)