]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
cephadm: create host_facts.py in cephadmlib
authorAdam King <adking@redhat.com>
Thu, 21 Sep 2023 20:25:31 +0000 (16:25 -0400)
committerAdam King <adking@redhat.com>
Mon, 25 Sep 2023 14:26:49 +0000 (10:26 -0400)
commit987452dbd6f3210c53ee65f1fc2f9ae8711a558c
tree5c56d99fb77ab5c51172abd2f8de0d43a3b2326f
parenta6d174c2d61e04bdfd45f95fff3321f537633527
cephadm: create host_facts.py in cephadmlib

For storing classes/functions related to gathering
information about the hosts such as disk enclosures
and networks

Signed-off-by: Adam King <adking@redhat.com>
src/cephadm/cephadm.py
src/cephadm/cephadmlib/host_facts.py [new file with mode: 0644]
src/cephadm/tests/test_enclosure.py
src/cephadm/tests/test_networks.py