diff options
Diffstat (limited to 'qa/suites/fs/top/cluster')
-rw-r--r-- | qa/suites/fs/top/cluster/+ | 0 | ||||
-rw-r--r-- | qa/suites/fs/top/cluster/1-node.yaml | 10 |
2 files changed, 10 insertions, 0 deletions
diff --git a/qa/suites/fs/top/cluster/+ b/qa/suites/fs/top/cluster/+ new file mode 100644 index 000000000..e69de29bb --- /dev/null +++ b/qa/suites/fs/top/cluster/+ diff --git a/qa/suites/fs/top/cluster/1-node.yaml b/qa/suites/fs/top/cluster/1-node.yaml new file mode 100644 index 000000000..c5313bb04 --- /dev/null +++ b/qa/suites/fs/top/cluster/1-node.yaml @@ -0,0 +1,10 @@ +meta: +- desc: 1 ceph cluster with 1 mon, 1 mgr, 3 osds, 1 mds +roles: +- - mon.a + - mgr.x + - mds.a + - osd.0 + - osd.1 + - osd.2 + - client.0 |