Migrate vexxhost roles to OpenDev
There are a few Ansible roles which we host currently under GitHub which we'd like to move to OpenDev. They are open source projects and we'd like to maintain them under OpenDev/Zuul/Gerrit instead of GitHub. Change-Id: I9f530582a379c62a675abf2a7b22f2b56bd724f4
This commit is contained in:
parent
ca92e62a73
commit
afc70aa42b
13
gerrit/acls/vexxhost/vexxhost.config
Normal file
13
gerrit/acls/vexxhost/vexxhost.config
Normal file
@ -0,0 +1,13 @@
|
||||
[access "refs/heads/*"]
|
||||
abandon = group vexxhost-core
|
||||
label-Code-Review = -2..+2 group vexxhost-core
|
||||
label-Workflow = -1..+1 group vexxhost-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group vexxhost-core
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
@ -8174,6 +8174,10 @@
|
||||
- project: stackforge/xstatic-angular-animate
|
||||
description: RETIRED, Angular Animate JavaScript library packaged as XStatic.
|
||||
acl-config: /home/gerrit2/acls/stackforge/retired.config
|
||||
- project: vexxhost/ansible-role-wireguard
|
||||
description: Ansible role to manage Wireguard tunnels
|
||||
upstream: https://github.com/vexxhost/ansible-role-wireguard
|
||||
acl-config: /home/gerrit2/acls/vexxhost/vexxhost.config
|
||||
- project: zuul/project-config
|
||||
description: Zuul configuration files for the Zuul tenant
|
||||
use-storyboard: true
|
||||
|
@ -8,6 +8,7 @@
|
||||
- opendev/base-jobs
|
||||
untrusted-projects:
|
||||
- openstack-infra/zuul-jobs
|
||||
- vexxhost/ansible-role-wireguard
|
||||
|
||||
- tenant:
|
||||
name: kata-containers
|
||||
|
Loading…
x
Reference in New Issue
Block a user