]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: move packager types and funcs to packagers.py
authorJohn Mulligan <jmulligan@redhat.com>
Thu, 17 Aug 2023 19:07:53 +0000 (15:07 -0400)
committerJohn Mulligan <jmulligan@redhat.com>
Wed, 30 Aug 2023 18:01:40 +0000 (14:01 -0400)
commite6037b83d4c1fecb982785a3345ca66a9f9ba284
tree242284303d34af2261bb02dd61334a5df8416491
parentd9e20ba5005747e5141dda94d5ad7e637de0089b
cephadm: move packager types and funcs to packagers.py

Signed-off-by: John Mulligan <jmulligan@redhat.com>
Pair-programmed-with: Adam King <adking@redhat.com>
Co-authored-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/packagers.py [new file with mode: 0644]
src/cephadm/tests/test_cephadm.py
src/cephadm/tests/test_util_funcs.py