Merge pull request #39815 from sebastian-philipp/github-cephadm-minor

.github: Minor cephadm changes

Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2021-03-04 19:06:08 +08:00 committed by GitHub
commit 5b55f6709f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 1 deletions

3
.github/CODEOWNERS vendored
View File

@ -25,13 +25,14 @@
/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/rados/cephadm @ceph/orchestrators
/doc/mgr/orchestrator.rst @ceph/orchestrators
/doc/mgr/orchestrator_modules.rst @ceph/orchestrators
/doc/cephadm @ceph/orchestrators
/doc/dev/cephadm.rst @ceph/orchestrators
/doc/dev/cephadm @ceph/orchestrators
/doc/man/8/cephadm.rst @ceph/orchestrators
#ceph-volume

2
.github/labeler.yml vendored
View File

@ -66,7 +66,9 @@ cephadm:
- doc/man/8/cephadm.rst
- qa/suites/rados/cephadm/**
- qa/tasks/cephadm.py
- qa/tasks/cephadm_cases
- qa/tasks/mgr/test_cephadm_orchestrator.py
- qa/tasks/mgr/test_orchestrator_cli.py
- qa/workunits/cephadm/**
- src/cephadm/**
- src/pybind/mgr/cephadm/**