From 7b3d152bc1b5aa3987d7a35665fc31ed5907776d Mon Sep 17 00:00:00 2001 From: John Spray Date: Tue, 27 Sep 2016 11:54:29 +0100 Subject: [PATCH] suites: create mgr yaml Signed-off-by: John Spray --- suites/mgr/basic/% | 0 suites/mgr/basic/clusters/2-node-mgr.yaml | 6 ++++++ suites/mgr/basic/debug/mgr.yaml | 16 ++++++++++++++++ suites/mgr/basic/fs/xfs.yaml | 6 ++++++ suites/mgr/basic/tasks/failover.yaml | 7 +++++++ 5 files changed, 35 insertions(+) create mode 100644 suites/mgr/basic/% create mode 100644 suites/mgr/basic/clusters/2-node-mgr.yaml create mode 100644 suites/mgr/basic/debug/mgr.yaml create mode 100644 suites/mgr/basic/fs/xfs.yaml create mode 100644 suites/mgr/basic/tasks/failover.yaml diff --git a/suites/mgr/basic/% b/suites/mgr/basic/% new file mode 100644 index 0000000000000..e69de29bb2d1d 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 0000000000000..fc9dfbdc24456 --- /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 0000000000000..068021eb6c7cb --- /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 0000000000000..b4a82911a2f75 --- /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 0000000000000..b0c7b471ab0c7 --- /dev/null +++ b/suites/mgr/basic/tasks/failover.yaml @@ -0,0 +1,7 @@ + +tasks: + - install: + - ceph: + - cephfs_test_runner: + modules: + - tasks.mgr.test_failover -- 2.39.5