mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
BOTMETA: Restart ovirt labeling (#52510)
* BOTMETA: Restart ovirt labeling 1. Creates ovirt team 2. Labels following with ovirt label - $modules/cloud/misc/ovirt.py - $modules/cloud/ovirt/ - contrib/inventory/ovirt4.py - $module_utils/ovirt.py * Fix bot complains about non-existent team virt * Added forgotten ingnores for team virt Signed-off-by: Martin Perina <mperina@redhat.com> * Correct the ignored list So this appears to be the correct fix.
This commit is contained in:
parent
7654d6e9a8
commit
183823012b
1 changed files with 13 additions and 8 deletions
21
.github/BOTMETA.yml
vendored
21
.github/BOTMETA.yml
vendored
|
@ -135,12 +135,16 @@ files:
|
|||
$modules/cloud/linode/: $team_linode
|
||||
$modules/cloud/lxd/: hnakamur
|
||||
$modules/cloud/memset/: glitchcrab
|
||||
$modules/cloud/misc/ovirt.py: &virt
|
||||
ignored: skvidal vincentvdk
|
||||
keywords: [ kvm, libvirt, ovirt, proxmox, qemu, RHEV, RHV ]
|
||||
$modules/cloud/misc/ovirt.py: &ovirt
|
||||
ignored: vincentvdk
|
||||
keywords: [ ovirt, RHEV, RHV ]
|
||||
labels: [ cloud, ovirt ]
|
||||
maintainers: $team_ovirt
|
||||
$modules/cloud/misc/proxmox.py: &virt
|
||||
ignored: skvidal
|
||||
keywords: [ kvm, libvirt, proxmox, qemu ]
|
||||
labels: [ cloud, virt ]
|
||||
maintainers: $team_virt
|
||||
$modules/cloud/misc/proxmox.py: *virt
|
||||
$modules/cloud/misc/proxmox_kvm.py: *virt
|
||||
$modules/cloud/misc/proxmox_template.py: *virt
|
||||
$modules/cloud/misc/rhevm.py: *virt
|
||||
|
@ -151,7 +155,7 @@ files:
|
|||
ignored: andyhky
|
||||
$modules/cloud/opennebula/: ilicmilan kustodian
|
||||
$modules/cloud/openstack/: $team_openstack
|
||||
$modules/cloud/ovirt/: *virt
|
||||
$modules/cloud/ovirt/: *ovirt
|
||||
$modules/cloud/profitbricks/: baldwinSPC
|
||||
$modules/cloud/rackspace/:
|
||||
ignored: sivel angstwad
|
||||
|
@ -488,7 +492,7 @@ files:
|
|||
maintainers: $team_openstack
|
||||
labels:
|
||||
- cloud
|
||||
contrib/inventory/ovirt4.py: *virt
|
||||
contrib/inventory/ovirt4.py: *ovirt
|
||||
contrib/inventory/infoblox.py:
|
||||
keywords:
|
||||
- infoblox dynamic inventory script
|
||||
|
@ -752,7 +756,7 @@ files:
|
|||
maintainers: $team_openstack
|
||||
labels:
|
||||
- cloud
|
||||
$module_utils/ovirt.py: *virt
|
||||
$module_utils/ovirt.py: *ovirt
|
||||
$module_utils/postgres.py: *postgresql
|
||||
$module_utils/powershell: *windows_core
|
||||
$module_utils/pure.py:
|
||||
|
@ -1373,6 +1377,7 @@ macros:
|
|||
team_onyx: anasbadaha samerd
|
||||
team_openstack: emonty juliakreger rcarrillocruz Shrews dagnello mnaser odyssey4me evrardjp cloudnull
|
||||
team_openswitch: Qalthos gdpak
|
||||
team_ovirt: machacekondra mwperina
|
||||
team_postgresql: amenonsen Andersson007 andytom Dorn- jbscalia kostiantyn-nemchenko kustodian matburt nerzhul sebasmannem
|
||||
team_purestorage: sdodsley sile16 lionmax genegr raekins bannaych
|
||||
team_rabbitmq: chrishoffman manuel-sousa hyperized
|
||||
|
@ -1383,7 +1388,7 @@ macros:
|
|||
team_tower: ghjm jlaska matburt wwitzel3 simfarm ryanpetrello rooftopcellist AlanCoding
|
||||
team_ucs: dsoper2 johnamcdonough SDBrett vallard vvb
|
||||
team_vmware: Akasurde dav1x warthog9 ckotte Tomorrow9
|
||||
team_virt: joshainglis karmab machacekondra mwperina
|
||||
team_virt: joshainglis karmab
|
||||
team_vultr: resmo Spredzy
|
||||
team_windows: dagwieers jborean93 jhawkesworth nitzmahone
|
||||
team_windows_core: nitzmahone jborean93
|
||||
|
|
Loading…
Reference in a new issue