]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
CODEOWNERS: let orchestration cover all of python-common 60546/head
authorJohn Mulligan <jmulligan@redhat.com>
Tue, 29 Oct 2024 20:35:00 +0000 (16:35 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Tue, 29 Oct 2024 20:35:00 +0000 (16:35 -0400)
While it's not perfectly correct to say the orchestration team owns
src/python-common, it's closer to the truth than not. It also ensures
that someone with domain specific knowledge is looking at the rest of
python-common outside just the deployment section (short of creating
some sort of new python-sig type group). This is relevant due to the
changes in PR #60377 as python-common's ceph package will be included
in cephadm.

Signed-off-by: John Mulligan <jmulligan@redhat.com>
.github/CODEOWNERS

index 3e81444ea3d0bf05a7fbdd83771f1ba581735467..cd67ece4097cc397ff76837ba0e68258bccc5eeb 100644 (file)
@@ -13,7 +13,7 @@
 /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
+/src/python-common                              @ceph/orchestrators
 /qa/workunits/cephadm                           @ceph/orchestrators
 /qa/tasks/cephadm.py                            @ceph/orchestrators
 /qa/tasks/cephadm_cases                         @ceph/orchestrators