mirror of
https://github.com/ceph/ceph
synced 2025-01-18 17:12:29 +00:00
Merge pull request #12913 from zmc/wip-smoke-openstack
Add openstack requirements to smoke suite Reviewed-by: Yuri Weinstein <yweins@redhat.com>
This commit is contained in:
commit
8bdbf88ad2
0
qa/suites/smoke/basic/clusters/+
Normal file
0
qa/suites/smoke/basic/clusters/+
Normal file
8
qa/suites/smoke/basic/clusters/openstack.yaml
Normal file
8
qa/suites/smoke/basic/clusters/openstack.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
openstack:
|
||||
- machine:
|
||||
disk: 40 # GB
|
||||
ram: 8000 # MB
|
||||
cpus: 1
|
||||
volumes: # attached to each instance
|
||||
count: 3
|
||||
size: 10 # GB
|
0
qa/suites/smoke/systemd/clusters/+
Normal file
0
qa/suites/smoke/systemd/clusters/+
Normal file
5
qa/suites/smoke/systemd/clusters/fixed-4.yaml
Normal file
5
qa/suites/smoke/systemd/clusters/fixed-4.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
roles:
|
||||
- [mon.a, osd.0]
|
||||
- [osd.1, osd.2]
|
||||
- [mds.a, osd.3]
|
||||
- [mon.b, client.0]
|
8
qa/suites/smoke/systemd/clusters/openstack.yaml
Normal file
8
qa/suites/smoke/systemd/clusters/openstack.yaml
Normal file
@ -0,0 +1,8 @@
|
||||
openstack:
|
||||
- machine:
|
||||
disk: 40 # GB
|
||||
ram: 8000 # MB
|
||||
cpus: 1
|
||||
volumes: # attached to each instance
|
||||
count: 3
|
||||
size: 10 # GB
|
@ -1,8 +1,3 @@
|
||||
roles:
|
||||
- [mon.a, osd.0]
|
||||
- [osd.1, osd.2]
|
||||
- [mds.a, osd.3]
|
||||
- [mon.b, client.0]
|
||||
tasks:
|
||||
- ssh-keys:
|
||||
- ceph-deploy:
|
||||
|
Loading…
Reference in New Issue
Block a user