Skip to content

Commit

Permalink
qa/tests - Added options to use both cases: mon.a and installer.0
Browse files Browse the repository at this point in the history
Signed-off-by: Yuri Weinstein <[email protected]>
  • Loading branch information
yuriw committed Jan 2, 2018
1 parent 81fc8e0 commit 10fc850
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
12 changes: 12 additions & 0 deletions qa/suites/ceph-ansible/smoke/basic/0-clusters/3-node.yaml
Original file line number Diff line number Diff line change
@@ -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
4 changes: 3 additions & 1 deletion qa/suites/ceph-ansible/smoke/basic/0-clusters/4-node.yaml
Original file line number Diff line number Diff line change
@@ -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]
Expand Down

0 comments on commit 10fc850

Please sign in to comment.