]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mgr: adding ceph_secrets_xxx.py files to the build/packaging 67466/head
authorRedouane Kachach <rkachach@ibm.com>
Thu, 4 Jun 2026 10:45:58 +0000 (12:45 +0200)
committerRedouane Kachach <rkachach@ibm.com>
Thu, 11 Jun 2026 08:58:06 +0000 (10:58 +0200)
Fixes: https://tracker.ceph.com/issues/74562
Assisted-by: Claude <claude.ai>
Assisted-by: ChatGPT <chatgpt.com>
Signed-off-by: Redouane Kachach <rkachach@ibm.com>
ceph.spec.in
src/pybind/mgr/CMakeLists.txt

index 780889d5e738d876dfecc728dba58b50c4fc119e..352a70d2c1454681f06fb92da17fd327f86863b4 100644 (file)
@@ -1925,6 +1925,8 @@ fi
 %{_datadir}/ceph/mgr/mgr_module.*
 %{_datadir}/ceph/mgr/mgr_util.*
 %{_datadir}/ceph/mgr/object_format.*
+%{_datadir}/ceph/mgr/ceph_secrets_client.*
+%{_datadir}/ceph/mgr/ceph_secrets_types.*
 %{_datadir}/ceph/mgr/cherrypy_mgr.*
 %{_unitdir}/ceph-mgr@.service
 %{_unitdir}/ceph-mgr.target
index 36abd1bb53f4672792de223a6f3b30e70ffbdf21..f416f16e922d4f6eb32ffa6847354b2e66b6738c 100644 (file)
@@ -59,5 +59,5 @@ set(mgr_modules
 install(DIRECTORY ${mgr_modules}
   DESTINATION ${CEPH_INSTALL_DATADIR}/mgr
   ${mgr_module_install_excludes})
-install(FILES mgr_module.py mgr_util.py object_format.py cherrypy_mgr.py
+install(FILES mgr_module.py mgr_util.py object_format.py cherrypy_mgr.py ceph_secrets_client.py ceph_secrets_types.py
   DESTINATION ${CEPH_INSTALL_DATADIR}/mgr)