]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/suites/rados: replace mon_seesaw.py task with a small bash script
authorSage Weil <sage@redhat.com>
Fri, 21 Dec 2018 18:26:29 +0000 (12:26 -0600)
committerSage Weil <sage@redhat.com>
Thu, 3 Jan 2019 17:17:31 +0000 (11:17 -0600)
commit16980bd12ffa3666a6f45d22af486f751db71ef9
tree8e49d78dc9a882da8ca6da02616bc49cb0658ab1
parentf857c70c9cd0a808e30671e2ca7ed661b57323df
qa/suites/rados: replace mon_seesaw.py task with a small bash script

The teuthology test did not like the change to remove 'mon addr' from
ceph.conf.  The standalone script is easier to test.

Note that it avoids mon names 'a', 'b', 'c' since the MonMap::build_initial
uses those.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/standalone/mon/mon-seesaw.sh [new file with mode: 0755]
qa/suites/rados/singleton/all/mon-seesaw.yaml [deleted file]
qa/suites/rados/standalone/workloads/mon-seesaw.yaml [new file with mode: 0644]
qa/tasks/mon_seesaw.py [deleted file]