From: Sebastian Wagner Date: Wed, 6 Nov 2019 16:06:09 +0000 (+0100) Subject: github/codeowners: Add orchestrator team X-Git-Tag: v15.1.0~1016^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=df6287f7f06912c9caf0bc072cdbf32f0cfceac1;p=ceph.git github/codeowners: Add orchestrator team Signed-off-by: Sebastian Wagner --- diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2f60f0f4e519..e7e30f41c288 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,3 +6,17 @@ /monitoring/grafana @ceph/dashboard /monitoring/prometheus @ceph/dashboard /doc/mgr/dashboard.rst @ceph/dashboard + +# For Orchestrator related PRs +/src/ceph-daemon @ceph/orchestrators +/src/pybind/mgr/ansible @ceph/orchestrators +/src/pybind/mgr/orchestrator_cli @ceph/orchestrators +/src/pybind/mgr/orchestrator.py @ceph/orchestrators +/src/pybind/mgr/rook @ceph/orchestrators +/src/pybind/mgr/ssh @ceph/orchestrators +/src/pybind/mgr/test_orchestrator @ceph/orchestrators +/src/python-common/ceph/deployment @ceph/orchestrators +/qa/standalone/test_ceph_daemon.sh @ceph/orchestrators +/qa/tasks/mgr/test_orchestrator_cli.py @ceph/orchestrators +/doc/mgr/orchestrator_cli.rst @ceph/orchestrators +/doc/mgr/orchestrator_modules.rst @ceph/orchestrators