forked from redhat-cop/agnosticd
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CODEOWNERS
Validating CODEOWNERS rules...
46 lines (37 loc) · 2.03 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
# Documentation:
# https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/about-code-owners
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most
# precedence.
# You can also use email addresses if you prefer. They'll be
# used to look up users just like github does for commit author
# emails.
# Roles and Configs maintained by Global Partners Solutions & Technology
ansible/roles_ocp_workloads/ocp4_workload_paloalto_prismacloud/ @redhat-gpst/agnosticd-maintainers
ansible/roles_ocp_workloads/ocp4_workload_snyk/ @redhat-gpst/agnosticd-maintainers
ansible/roles_ocp_workloads/ocp4_workload_cyberark_dap/ @redhat-gpst/agnosticd-maintainers
ansible/roles_ocp_workloads/ocp4_workload_synopsys_blackduck/ @redhat-gpst/agnosticd-maintainers
ansible/roles_ocp_workloads/ocp4_workload_couchbase_cluster/ @redhat-gpst/agnosticd-maintainers
ansible/roles_ocp_workloads/ocp4_workload_tigera_calico/ @redhat-gpst/agnosticd-maintainers
ansible/configs/ansible-infoblox/ @redhat-gpst/agnosticd-maintainers
ansible/configs/aro/ @redhat-gpst/agnosticd-maintainers
ansible/configs/ibm-rhoic/ @redhat-gpst/agnosticd-maintainers
# agnosticd-core
CODEOWNERS @redhat-cop/agnosticd-core
LICENSE @redhat-cop/agnosticd-core
ansible.cfg @redhat-cop/agnosticd-core
ansible/ansible.cfg @redhat-cop/agnosticd-core
ansible/cloud_providers @redhat-cop/agnosticd-core
ansible/*.yml @redhat-cop/agnosticd-core
ansible/*.yaml @redhat-cop/agnosticd-core
.github/ @redhat-cop/agnosticd-core
ansible/filter_plugins/ @redhat-cop/agnosticd-core
ansible/lookup_plugins/ @redhat-cop/agnosticd-core
ansible/action_plugins/ @redhat-cop/agnosticd-core
ansible/library/ @redhat-cop/agnosticd-core
# Core roles
ansible/roles-infra/ @redhat-cop/agnosticd-core
ansible/roles/host-lets-encrypt-certs-certbot/ @redhat-cop/agnosticd-core
# AgnosticD on-demand capacity plugin for AWS
ansible/action_plugins/agnosticd_odcr.py @fridim
ansible/action_plugins/test_agnosticd_odcr.py @fridim