Skip to content

Commit

Permalink
OWNERS: Setup ownership of libvirt code
Browse files Browse the repository at this point in the history
This is to give ownership of libvirt backend of Installer to CRC team. For
now I've only added two members from CRC team (myself and Praveen). I also
added two members of Installer team who seem to have been the most active
devs developing the relevant code.

We don't add `libvirt-approvers` for `pkg/types/libvirt`. For reasons:

#1662 (comment)
  • Loading branch information
zeenix committed Apr 24, 2019
1 parent 898fc22 commit 360b578
Show file tree
Hide file tree
Showing 10 changed files with 67 additions and 0 deletions.
6 changes: 6 additions & 0 deletions OWNERS_ALIASES
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ aliases:
- mtnbikenc
- patrickdillon
- sdodson
libvirt-approvers:
- abhinavdahiya
- enxebre
- praveenkumar
- zeenix
libvirt-reviewers:
openstack-approvers:
- flaper87
- tomassedovic
Expand Down
7 changes: 7 additions & 0 deletions data/data/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions docs/dev/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions pkg/asset/cluster/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions pkg/asset/installconfig/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions pkg/asset/machines/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions pkg/destroy/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions pkg/tfvars/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers
5 changes: 5 additions & 0 deletions pkg/types/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

reviewers:
- libvirt-reviewers
7 changes: 7 additions & 0 deletions tests/bdd-smoke/suites/config/libvirt/OWNERS
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md
# This file just uses aliases defined in OWNERS_ALIASES.

approvers:
- libvirt-approvers
reviewers:
- libvirt-reviewers

0 comments on commit 360b578

Please sign in to comment.