Merge pull request #21961 from ceph/wip-cd-ovh-vol

qa/tests: fix volume size when running in ovh

Reviewed-by: Yuri Weinstein <yweins@redhat.com>
Reviewed-by: Kefu Chai <kchai@redhat.com>
This commit is contained in:
Kefu Chai 2018-05-20 18:35:35 +08:00 committed by GitHub
commit 5ceee88989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 3 additions and 10 deletions

View File

@ -1 +0,0 @@
../../../distros/supported

View File

@ -0,0 +1 @@
../../../../distros/supported/centos_latest.yaml

View File

@ -0,0 +1 @@
../../../../distros/supported/ubuntu_latest.yaml

View File

@ -3,7 +3,7 @@ openstack:
disk: 10
volumes:
count: 2
size: 20
size: 110
roles:
- - mon.a
- mgr.x
@ -12,14 +12,6 @@ roles:
- - osd.1
- mon.b
- client.0
openstack:
- machine:
disk: 10 # GB
ram: 2000 # MB
cpus: 1
volumes: # attached to each instance
count: 2
size: 10 # GB
tasks:
- ssh_keys:
- print: "**** done ssh_keys"