]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
tasks/ceph_manager: parameterize CephManager with cluster
authorJosh Durgin <jdurgin@redhat.com>
Wed, 23 Mar 2016 23:30:48 +0000 (16:30 -0700)
committerJosh Durgin <jdurgin@redhat.com>
Mon, 9 May 2016 18:51:58 +0000 (11:51 -0700)
commit141c73d3998c9edb45a15d86f1f9029b4ea3a41b
treee9113f2dacdb097fbd82f35c0c177b95d2ba4491
parent05bddf90766aeeabaf4e2274c66eaa8b4db425c9
tasks/ceph_manager: parameterize CephManager with cluster

Add --cluster arguments, pass cluster to get_daemon() and
iter_daemons_of_role, replace 'ceph' with cluster in paths, and use
ctx.ceph[cluster] instead of ctx.ceph.

Signed-off-by: Josh Durgin <jdurgin@redhat.com>
tasks/ceph.py
tasks/ceph_manager.py