From: John Spray Date: Tue, 27 Sep 2016 10:54:29 +0000 (+0100) Subject: suites: create mgr yaml X-Git-Tag: v11.1.1~58^2^2~62^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=7b3d152bc1b5aa3987d7a35665fc31ed5907776d;p=ceph.git suites: create mgr yaml Signed-off-by: John Spray --- diff --git a/suites/mgr/basic/% b/suites/mgr/basic/% new file mode 100644 index 00000000000..e69de29bb2d diff --git a/suites/mgr/basic/clusters/2-node-mgr.yaml b/suites/mgr/basic/clusters/2-node-mgr.yaml new file mode 100644 index 00000000000..fc9dfbdc244 --- /dev/null +++ b/suites/mgr/basic/clusters/2-node-mgr.yaml @@ -0,0 +1,6 @@ +roles: +- [mgr.x, mon.a, mds.a, mds.c, osd.0, client.0] +- [mgr.y, mon.b, mds.b, osd.1, osd.2, client.1] +log-rotate: + ceph-mds: 10G + ceph-osd: 10G diff --git a/suites/mgr/basic/debug/mgr.yaml b/suites/mgr/basic/debug/mgr.yaml new file mode 100644 index 00000000000..068021eb6c7 --- /dev/null +++ b/suites/mgr/basic/debug/mgr.yaml @@ -0,0 +1,16 @@ +overrides: + ceph: + conf: + mon: + debug mon: 20 + mgr: + debug mgr: 20 + debug ms: 1 + client: + debug client: 20 + debug mgrc: 20 + debug ms: 1 + osd: + debug mgrc: 20 + mds: + debug mgrc: 20 diff --git a/suites/mgr/basic/fs/xfs.yaml b/suites/mgr/basic/fs/xfs.yaml new file mode 100644 index 00000000000..b4a82911a2f --- /dev/null +++ b/suites/mgr/basic/fs/xfs.yaml @@ -0,0 +1,6 @@ +overrides: + ceph: + fs: xfs + conf: + osd: + osd sloppy crc: true diff --git a/suites/mgr/basic/tasks/failover.yaml b/suites/mgr/basic/tasks/failover.yaml new file mode 100644 index 00000000000..b0c7b471ab0 --- /dev/null +++ b/suites/mgr/basic/tasks/failover.yaml @@ -0,0 +1,7 @@ + +tasks: + - install: + - ceph: + - cephfs_test_runner: + modules: + - tasks.mgr.test_failover