]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
suites: create mgr yaml
authorJohn Spray <john.spray@redhat.com>
Tue, 27 Sep 2016 10:54:29 +0000 (11:54 +0100)
committerJohn Spray <john.spray@redhat.com>
Tue, 1 Nov 2016 11:21:51 +0000 (12:21 +0100)
Signed-off-by: John Spray <john.spray@redhat.com>
suites/mgr/basic/% [new file with mode: 0644]
suites/mgr/basic/clusters/2-node-mgr.yaml [new file with mode: 0644]
suites/mgr/basic/debug/mgr.yaml [new file with mode: 0644]
suites/mgr/basic/fs/xfs.yaml [new file with mode: 0644]
suites/mgr/basic/tasks/failover.yaml [new file with mode: 0644]

diff --git a/suites/mgr/basic/% b/suites/mgr/basic/%
new file mode 100644 (file)
index 0000000..e69de29
diff --git a/suites/mgr/basic/clusters/2-node-mgr.yaml b/suites/mgr/basic/clusters/2-node-mgr.yaml
new file mode 100644 (file)
index 0000000..fc9dfbd
--- /dev/null
@@ -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 (file)
index 0000000..068021e
--- /dev/null
@@ -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 (file)
index 0000000..b4a8291
--- /dev/null
@@ -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 (file)
index 0000000..b0c7b47
--- /dev/null
@@ -0,0 +1,7 @@
+
+tasks:
+  - install:
+  - ceph:
+  - cephfs_test_runner:
+      modules:
+        - tasks.mgr.test_failover