mirror of
https://github.com/ceph/ceph
synced 2025-02-08 19:38:47 +00:00
280986f8e6
svc_zone related modifications Signed-off-by: Shilpa Jagannath <smanjara@redhat.com>
26 lines
677 B
YAML
26 lines
677 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
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
|
|
- radosgw_admin_rest: [c2.client.0]
|