Skip to content

Commit

Permalink
qa/tests: Add openstack volume/disk info for running in ovh
Browse files Browse the repository at this point in the history
Signed-off-by: Vasu Kulkarni <[email protected]>
  • Loading branch information
vasukulkarni committed Feb 1, 2018
1 parent 22780c7 commit 02a9aee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions qa/suites/ceph-deploy/basic/tasks/ceph-admin-commands.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openstack:
- machine:
disk: 10
volumes:
count: 2
size: 20
roles:
- - mon.a
- mgr.x
Expand Down
6 changes: 6 additions & 0 deletions qa/suites/ceph-deploy/ceph-volume/cluster/4node.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
openstack:
- machine:
disk: 10
volumes:
count: 4
size: 20
roles:
- [mon.a, mgr.y, osd.0, osd.1]
- [mon.b, osd.2, osd.3]
Expand Down

0 comments on commit 02a9aee

Please sign in to comment.