]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
mgr/orch: pass HostSpec to add_host
authorSage Weil <sage@redhat.com>
Wed, 5 Feb 2020 23:33:41 +0000 (17:33 -0600)
committerSage Weil <sage@redhat.com>
Fri, 7 Feb 2020 19:36:45 +0000 (13:36 -0600)
commit16c35f2011cd11b1725c87623fa1375520beae57
treef6941221fd0fd91a0e5cbe97d1c4ef2ce2852bdd
parent778704dd23b906c7c2ed50862d2001a01b2c7196
mgr/orch: pass HostSpec to add_host

Distinguish between the hostname and the addr (dns name or IP) to reach
the host.  Include labels here too since it's convenient to do so.

Signed-off-by: Sage Weil <sage@redhat.com>
src/pybind/mgr/cephadm/module.py
src/pybind/mgr/cephadm/tests/test_cephadm.py
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/test_orchestrator/module.py