]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/orchestrator: Rename PlacementSpec.nodes -> PlacementSpec.hosts 32149/head
authorSebastian Wagner <sebastian.wagner@suse.com>
Fri, 13 Dec 2019 16:32:00 +0000 (17:32 +0100)
committerSebastian Wagner <sebastian.wagner@suse.com>
Tue, 17 Dec 2019 15:27:57 +0000 (16:27 +0100)
commit70bae966aa48b932f019c1f081d66c47858faaee
treeba7f633d457a92f8aa8ee7314f953868905c34ff
parent7222ba6f6ae1eb242f399dbaf0ed7f1d920c9045
mgr/orchestrator: Rename PlacementSpec.nodes -> PlacementSpec.hosts

By definition in the orchestrator's docs, we're using `host` insted of `node`

Fixes wrong usage of PlacementSpec in mgr/ansible

Signed-off-by: Sebastian Wagner <sebastian.wagner@suse.com>
src/pybind/mgr/ansible/module.py
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