From 49f60b7fa7ec04328405894c443f7eb89b58f657 Mon Sep 17 00:00:00 2001 From: "W. Trevor King" Date: Mon, 27 Aug 2018 13:52:55 -0700 Subject: [PATCH] cluster/test-deploy/aws/OWNERS: Delegate to openshift/installer The OWNERS file is copied from openshift/installer@d22a9870 (OWNERS: Promote abhinavdahiya and wking to approvers, 2018-08-02, openshift/installer#103), which is still current as of openshift/installer@245fc0f6 (Merge pull request openshift/installer#168 from crawford/etcd, 2018-08-27). Copy/pasting into this repo is not very DRY, but this the temporary approach Steve is requesting [1] while we work out something more maintainable. [1]: https://github.com/openshift/release/pull/1290#issuecomment-416361161 --- cluster/test-deploy/aws/.gitignore | 1 + cluster/test-deploy/aws/OWNERS | 11 +++++++++++ 2 files changed, 12 insertions(+) create mode 100644 cluster/test-deploy/aws/OWNERS diff --git a/cluster/test-deploy/aws/.gitignore b/cluster/test-deploy/aws/.gitignore index 99efbf7fc6df..7af82b26cace 100644 --- a/cluster/test-deploy/aws/.gitignore +++ b/cluster/test-deploy/aws/.gitignore @@ -1,6 +1,7 @@ * !.type !.gitignore +!OWNERS !vars*.yaml !openshift.yaml !bootstrap-script.sh diff --git a/cluster/test-deploy/aws/OWNERS b/cluster/test-deploy/aws/OWNERS new file mode 100644 index 000000000000..ead2bf30b1fc --- /dev/null +++ b/cluster/test-deploy/aws/OWNERS @@ -0,0 +1,11 @@ +# See the OWNERS docs: https://git.k8s.io/community/contributors/guide/owners.md + +approvers: + - aaronlevy + - abhinavdahiya + - crawford + - smarterclayton + - wking + - yifan-gu +reviewers: + - vikramsk