New Project Request: airship/vino
This is a request to create the airship/vino project in opendev. ViNo is a Kubernetes operator that has responsibility within Airship-based Kubernetes clusters for lifecycle managing static libvirt definitions on worker nodes, for use within simple CAPI sub-clusters. If you can seed the new gerrit group with me and I can add the appropriate initial core team. Change-Id: I9facf665936f9ba8529af2457bb97fc5cc6e49b1changes/89/763889/5
parent
c21b2e136d
commit
1d3632d936
|
@ -0,0 +1,16 @@
|
|||
[access "refs/heads/*"]
|
||||
abandon = group vino-core
|
||||
create = group airship-release
|
||||
label-Code-Review = -2..+2 group vino-core
|
||||
label-Verified = -1..+1 group airship-ci
|
||||
label-Workflow = -1..+1 group vino-core
|
||||
|
||||
[access "refs/tags/*"]
|
||||
pushSignedTag = group airship-release
|
||||
|
||||
[receive]
|
||||
requireChangeId = true
|
||||
requireContributorAgreement = true
|
||||
|
||||
[submit]
|
||||
mergeContent = true
|
|
@ -122,6 +122,11 @@
|
|||
- project: airship/utils
|
||||
description: RETIRED, Collection of common tools for the Airship projects
|
||||
acl-config: /home/gerrit2/acls/opendev/retired.config
|
||||
- project: airship/vino
|
||||
description: A declarative operator for libvirt configuration
|
||||
groups:
|
||||
- airship
|
||||
upstream: https://github.com/att-comdev/vino
|
||||
- project: airship/zuul-airship-roles
|
||||
description: Reusable Ansible roles for use in Airship Zuul jobs
|
||||
- project: inaugust/inaugust.com
|
||||
|
|
|
@ -124,6 +124,7 @@
|
|||
- airship/spyglass-plugin-xls
|
||||
- airship/tempest-plugin
|
||||
- airship/treasuremap
|
||||
- airship/vino
|
||||
- airship/zuul-airship-roles
|
||||
- inspur/python-venusclient
|
||||
- inspur/venus
|
||||
|
|
Loading…
Reference in New Issue