]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/tests - Added options to use both cases: mon.a and installer.0 19745/head
authorYuri Weinstein <yweinste@redhat.com>
Tue, 2 Jan 2018 18:12:54 +0000 (10:12 -0800)
committerYuri Weinstein <yweinste@redhat.com>
Tue, 2 Jan 2018 18:12:54 +0000 (10:12 -0800)
Signed-off-by: Yuri Weinstein <yweinste@redhat.com>
qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml [new file with mode: 0644]
qa/suites/ceph-ansible/smoke/basic/0-clusters/4-node.yaml

diff --git a/qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml b/qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml
new file mode 100644 (file)
index 0000000..86dd366
--- /dev/null
@@ -0,0 +1,12 @@
+meta:
+- desc: |
+   3-node cluster
+   install and run ceph-ansible on a mon.a node alone with ceph 
+roles:
+- [mon.a, mds.a, osd.0, osd.1, osd.2]
+- [mon.b, mgr.x, osd.3, osd.4, osd.5]
+- [mon.c, mgr.y, osd.6, osd.7, osd.8, client.0]
+openstack:
+- volumes: # attached to each instance
+    count: 3
+    size: 10 # GB
index bbef6da7a93eb165cef0203d5c6d0d718bb7bb59..b1754432c0ea5219fac332f1047640175627d12f 100644 (file)
@@ -1,5 +1,7 @@
 meta:
-- desc: "4-node cluster"
+- desc: |
+   4-node cluster
+   install and run ceph-ansible on installer.0 stand alone node
 roles:
 - [mon.a, mds.a, osd.0, osd.1, osd.2]
 - [mon.b, mgr.x, osd.3, osd.4, osd.5]