From 10d23de5f61931a6f055e9ceda998bb66976a783 Mon Sep 17 00:00:00 2001 From: Kirsten Garrison Date: Tue, 1 Dec 2020 17:11:16 -0800 Subject: [PATCH] add owners files to templates dir for baremetal,ovirt,vsphere and on-prem --- templates/common/baremetal/OWNERS | 8 ++++++++ templates/common/on-prem/OWNERS | 8 ++++++++ templates/common/ovirt/OWNERS | 7 +++++++ templates/common/vsphere/OWNERS | 7 +++++++ templates/master/00-master/on-prem/OWNERS | 8 ++++++++ templates/worker/00-worker/on-prem/OWNERS | 8 ++++++++ 6 files changed, 46 insertions(+) create mode 100644 templates/common/baremetal/OWNERS create mode 100644 templates/common/on-prem/OWNERS create mode 100644 templates/common/ovirt/OWNERS create mode 100644 templates/common/vsphere/OWNERS create mode 100644 templates/master/00-master/on-prem/OWNERS create mode 100644 templates/worker/00-worker/on-prem/OWNERS diff --git a/templates/common/baremetal/OWNERS b/templates/common/baremetal/OWNERS new file mode 100644 index 0000000000..25278ff489 --- /dev/null +++ b/templates/common/baremetal/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +approvers: + - baremetal-approvers + +reviewers: + - baremetal-reviewers diff --git a/templates/common/on-prem/OWNERS b/templates/common/on-prem/OWNERS new file mode 100644 index 0000000000..ebcd078791 --- /dev/null +++ b/templates/common/on-prem/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +reviewers: + - baremetal-reviewers + - openstack-reviewers + - ovirt-reviewers + - vsphere-reviewers diff --git a/templates/common/ovirt/OWNERS b/templates/common/ovirt/OWNERS new file mode 100644 index 0000000000..0c8d12c37a --- /dev/null +++ b/templates/common/ovirt/OWNERS @@ -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: + - ovirt-approvers +reviewers: + - ovirt-reviewers diff --git a/templates/common/vsphere/OWNERS b/templates/common/vsphere/OWNERS new file mode 100644 index 0000000000..d1c39b1b66 --- /dev/null +++ b/templates/common/vsphere/OWNERS @@ -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: + - vsphere-approvers +reviewers: + - vsphere-reviewers diff --git a/templates/master/00-master/on-prem/OWNERS b/templates/master/00-master/on-prem/OWNERS new file mode 100644 index 0000000000..ebcd078791 --- /dev/null +++ b/templates/master/00-master/on-prem/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +reviewers: + - baremetal-reviewers + - openstack-reviewers + - ovirt-reviewers + - vsphere-reviewers diff --git a/templates/worker/00-worker/on-prem/OWNERS b/templates/worker/00-worker/on-prem/OWNERS new file mode 100644 index 0000000000..ebcd078791 --- /dev/null +++ b/templates/worker/00-worker/on-prem/OWNERS @@ -0,0 +1,8 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md +# This file just uses aliases defined in OWNERS_ALIASES. + +reviewers: + - baremetal-reviewers + - openstack-reviewers + - ovirt-reviewers + - vsphere-reviewers