]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.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)
committerNathan Cutler <ncutler@suse.com>
Thu, 10 Oct 2019 12:14:09 +0000 (14:14 +0200)
commitb9afa2b45695bb6bd0bd2ed756e576a87cb552d1
tree76e0f7571a6193f32c9aa7bc8e6a5c9146698ab5
parente12e8ee6e831276b43eb7be9a04b7076ad0a9890
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>
(cherry picked from commit 1ab352dd3105d320bd7ad2c0b37e5de750879dd5)

Conflicts:
    qa/tasks/ceph.py
- the nautilus version of "get_mons()" includes msgr V2 code which is not needed
  in mimic
qa/tasks/ceph.conf.template [new file with mode: 0644]
qa/tasks/ceph.py