mirror of
https://github.com/ceph/ceph
synced 2024-12-16 16:39:21 +00:00
Add calamari suite definitions.
Notes: - very simple cluster configuration - selects vps in the actual suite config files - wheezy is currently disabled Signed-off-by: Dan Mick <dan.mick@inktank.com>
This commit is contained in:
parent
efa6c36f70
commit
25ae69f1d8
0
suites/calamari/%
Normal file
0
suites/calamari/%
Normal file
5
suites/calamari/clusters/osd-3.yaml
Normal file
5
suites/calamari/clusters/osd-3.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
roles:
|
||||
- [client.0]
|
||||
- [mon.0, osd.0]
|
||||
- [osd.1]
|
||||
- [osd.2]
|
2
suites/calamari/distros/centos6.4.yaml
Normal file
2
suites/calamari/distros/centos6.4.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: centos
|
||||
os_version: '6.4'
|
2
suites/calamari/distros/centos6.5.yaml
Normal file
2
suites/calamari/distros/centos6.5.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: centos
|
||||
os_version: '6.5'
|
2
suites/calamari/distros/precise.yaml
Normal file
2
suites/calamari/distros/precise.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: ubuntu
|
||||
os_version: precise
|
2
suites/calamari/distros/rhel6.4.yaml
Normal file
2
suites/calamari/distros/rhel6.4.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: rhel
|
||||
os_version: '6.4'
|
2
suites/calamari/distros/rhel6.5.yaml
Normal file
2
suites/calamari/distros/rhel6.5.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: rhel
|
||||
os_version: '6.5'
|
2
suites/calamari/distros/rhel7.0.yaml
Normal file
2
suites/calamari/distros/rhel7.0.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: rhel
|
||||
os_version: '7.0'
|
2
suites/calamari/distros/trusty.yaml
Normal file
2
suites/calamari/distros/trusty.yaml
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: ubuntu
|
||||
os_version: trusty
|
2
suites/calamari/distros/wheezy.yaml.disabled
Normal file
2
suites/calamari/distros/wheezy.yaml.disabled
Normal file
@ -0,0 +1,2 @@
|
||||
os_type: debian
|
||||
os_version: '7.0'
|
10
suites/calamari/tasks/calamari.yaml
Normal file
10
suites/calamari/tasks/calamari.yaml
Normal file
@ -0,0 +1,10 @@
|
||||
machine_type: vps
|
||||
|
||||
tasks:
|
||||
- ssh_keys:
|
||||
- calamari_setup:
|
||||
iceball_location: http://download.inktank.com/enterprise-testing
|
||||
ice_version: 1.2.2
|
||||
email: calamari@inktank.com
|
||||
- calamari_nosetests:
|
||||
calamari_branch: wip-testing-1.2.2
|
Loading…
Reference in New Issue
Block a user