Skip to content

Commit

Permalink
Merge pull request #13637 from zmc/wip-openstack-volumes
Browse files Browse the repository at this point in the history
qa/suites/{knfs,hadoop,samba}: OpenStack volume configuration
  • Loading branch information
zmc committed Feb 24, 2017
2 parents 820833e + e0296d7 commit 6f7f331
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
4 changes: 4 additions & 0 deletions qa/clusters/extra-client.yaml
Expand Up @@ -3,3 +3,7 @@ roles:
- [mon.b, mds.a, osd.3, osd.4, osd.5]
- [client.0]
- [client.1]
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
5 changes: 4 additions & 1 deletion qa/suites/hadoop/basic/clusters/fixed-3.yaml
Expand Up @@ -11,4 +11,7 @@ roles:
- [mon.0, mds.0, osd.0, hadoop.master.0]
- [mon.1, osd.1, hadoop.slave.0]
- [mon.2, hadoop.slave.1, client.0]

openstack:
- volumes: # attached to each instance
count: 1
size: 10 # GB
4 changes: 4 additions & 0 deletions qa/suites/samba/clusters/samba-basic.yaml
@@ -1,3 +1,7 @@
roles:
- [mon.a, mon.b, mon.c, mds.a, osd.0, osd.1]
- [samba.0, client.0, client.1]
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB

0 comments on commit 6f7f331

Please sign in to comment.