]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
qa/tasks/ceph.py: move methods from teuthology.git into ceph.py directly; support...
authorSage Weil <sage@redhat.com>
Fri, 7 Dec 2018 19:16:31 +0000 (13:16 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
commit1ab352dd3105d320bd7ad2c0b37e5de750879dd5
tree59b4ebb0af811ff870823045aab0cf773e3a3e35
parent572311b6142d1cc85bb2f8a493968fdd12593bf8
qa/tasks/ceph.py: move methods from teuthology.git into ceph.py directly; support mon bind * options

Having these live in teuthology.git is silly, since they are only consumed
by the ceph task, and it is hard to revise the behavior.

Revise the behavior by adding mon_bind_* options.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph.conf.template [new file with mode: 0644]
qa/tasks/ceph.py