mirror of
https://github.com/ceph/ceph
synced 2025-03-11 02:39:05 +00:00
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:
commit
5ceee88989
@ -1 +0,0 @@
|
||||
../../../distros/supported
|
1
qa/suites/ceph-deploy/basic/distros/centos_latest.yaml
Symbolic link
1
qa/suites/ceph-deploy/basic/distros/centos_latest.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../distros/supported/centos_latest.yaml
|
1
qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml
Symbolic link
1
qa/suites/ceph-deploy/basic/distros/ubuntu_latest.yaml
Symbolic link
@ -0,0 +1 @@
|
||||
../../../../distros/supported/ubuntu_latest.yaml
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user