Merge pull request #20243 from ceph/wip-cd-volume-entry

qa/tests: add openstack volume info + lvs for ceph-volume
This commit is contained in:
vasukulkarni 2018-03-10 08:13:48 -08:00 committed by GitHub
commit edab41e3d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 16 additions and 0 deletions

View File

@ -1,3 +1,9 @@
openstack:
- machine:
disk: 10
volumes:
count: 2
size: 20
roles:
- - mon.a
- mgr.x

View File

@ -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]