forked from aquarist-labs/ceph
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathCODEOWNERS
56 lines (50 loc) · 2.96 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
47
48
49
50
51
52
53
54
55
56
# Dashboard team to review dashboard related code
/src/pybind/mgr/dashboard @ceph/dashboard
/qa/suites/rados/dashboard @ceph/dashboard
/qa/tasks/mgr/test_dashboard.py @ceph/dashboard
/qa/tasks/mgr/dashboard @ceph/dashboard
/monitoring @ceph/dashboard
/doc/mgr/dashboard.rst @ceph/dashboard
# Dashboard API team
/src/pybind/mgr/dashboard/openapi.yaml @ceph/api
/src/pybind/mgr/dashboard/controllers @ceph/api
/src/pybind/mgr/dashboard/frontend/src/app/shared/api @ceph/api
/src/pybind/mgr/dashboard/run-backend-api-tests.sh @ceph/api
/qa/suites/rados/dashboard @ceph/api
/qa/tasks/mgr/test_dashboard.py @ceph/api
/qa/tasks/mgr/dashboard @ceph/api
/qa/tasks/mgr/test_module_selftest.py @ceph/api
# For Orchestrator related PRs
/src/cephadm @ceph/orchestrators
/src/pybind/mgr/orchestrator @ceph/orchestrators
/src/pybind/mgr/rook @ceph/orchestrators
/src/pybind/mgr/cephadm @ceph/orchestrators
/src/pybind/mgr/test_orchestrator @ceph/orchestrators
/src/python-common/ceph/deployment @ceph/orchestrators
/qa/workunits/cephadm @ceph/orchestrators
/qa/tasks/cephadm.py @ceph/orchestrators
/qa/tasks/cephadm_cases @ceph/orchestrators
/qa/tasks/mgr/test_orchestrator_cli.py @ceph/orchestrators
/qa/tasks/mgr/test_cephadm_orchestrator.py @ceph/orchestrators
/qa/suites/orch @ceph/orchestrators
/doc/mgr/orchestrator.rst @ceph/orchestrators
/doc/mgr/orchestrator_modules.rst @ceph/orchestrators
/doc/cephadm @ceph/orchestrators
/doc/dev/cephadm @ceph/orchestrators
/doc/man/8/cephadm.rst @ceph/orchestrators
/qa/suites/orch/rook @ceph/rook
/src/pybind/mgr/rook @ceph/rook
/doc/mgr/rook.rst @ceph/rook
#ceph-volume
/src/ceph-volume @ceph/ceph-volume
/doc/ceph-volume @ceph/ceph-volume
# crimson
/src/crimson @ceph/crimson
/src/test/crimson @ceph/crimson
# doc-writers
AUTHORS @ceph/doc-writers
CodingStyle @ceph/doc-writers
COPYING* @ceph/doc-writers
/doc/ @ceph/doc-writers
README* @ceph/doc-writers
*.rst @ceph/doc-writers