Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

qa/tests: add openstack volume info + lvs for ceph-volume #20243

Merged
merged 2 commits into from
Mar 10, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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
10 changes: 10 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,13 @@
overrides:
ansible.cephlab:
vars:
quick_lvs_to_create: 4
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