]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
mgr/orch: HostSpec -> HostPlacementSpec
authorSage Weil <sage@redhat.com>
Wed, 5 Feb 2020 23:19:56 +0000 (17:19 -0600)
committerSage Weil <sage@redhat.com>
Fri, 7 Feb 2020 19:36:16 +0000 (13:36 -0600)
commit778704dd23b906c7c2ed50862d2001a01b2c7196
tree31779c72382140c80deb2ff6d47ca8c499328790
parentabc20b69192cd330c639652a71b7e2cf9bc75d71
mgr/orch: HostSpec -> HostPlacementSpec

This object is about describing where to place a service on a host: it
includes a host name and either an IP or network and possibly even a name
for the service.

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