]> 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>
Fri, 20 May 2016 18:08:52 +0000 (11:08 -0700)
commit8f0ebfa128bcd1809cd55d15275d5557da593327
tree99424164f8b60cefe0eb7d3be20c0165f3e89f77
parent6cf83d03510039f69e4cc8779b55a1514285137b
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>
(cherry picked from commit 141c73d3998c9edb45a15d86f1f9029b4ea3a41b)
tasks/ceph.py
tasks/ceph_manager.py