blob: 3247f241619bb30b6631ad6f61c29f5b8c7d63ac (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
|
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
#os_type: centos
# ubuntu and no valgrind until we migrate test to py3
os_type: ubuntu
tasks:
- install:
- ceph: {cluster: c1}
- ceph: {cluster: c2}
- rgw:
c1.client.0:
port: 8000
# valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
c1.client.1:
port: 8001
# valgrind: [--tool=memcheck, --max-threads=1024]
c2.client.0:
port: 8000
# valgrind: [--tool=memcheck, --max-threads=1024]
c2.client.1:
port: 8001
# valgrind: [--tool=memcheck, --max-threads=1024]
- rgw-multisite:
- rgw-multisite-tests:
config:
reconfigure_delay: 60
|