]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
orchestrator: merge the ServiceLocation class into ServiceDescription 24863/head
authorJeff Layton <jlayton@redhat.com>
Wed, 14 Nov 2018 17:38:22 +0000 (12:38 -0500)
committerJeff Layton <jlayton@redhat.com>
Thu, 15 Nov 2018 14:02:54 +0000 (09:02 -0500)
commita5169055915590ff92bd6a9f5838079f0338aad8
tree2ce196241c7d4d5576515918e3542c1f1719d954
parentf396fa1d7ff669edc32cccd45590f36449f9e786
orchestrator: merge the ServiceLocation class into ServiceDescription

The ServiceDescription object just holds a list of ServiceLocation
objects.  Eliminate ServiceLocation and merge it into the
ServiceDescription class. Have describe_service return a list of
ServiceDescriptions.

Suggested-by: Tim Serong <tserong@suse.com>
Signed-off-by: Jeff Layton <jlayton@redhat.com>
doc/mgr/orchestrator_modules.rst
src/pybind/mgr/orchestrator.py
src/pybind/mgr/orchestrator_cli/module.py
src/pybind/mgr/rook/module.py