mirror of
https://github.com/ceph/ceph
synced 2025-01-09 20:52:09 +00:00
60904c907e
Added required files for testing of AssumeRole and GetSessionToken API's and modified s3tests.py to handle the same. (cherry picked from commit c2c90eaf524087925b8a0993098a87132d4940bd) Signed-off-by: Kalpesh Pandya <kapandya@redhat.com>
21 lines
444 B
YAML
21 lines
444 B
YAML
# see http://tracker.ceph.com/issues/20360 and http://tracker.ceph.com/issues/18126
|
|
os_type: centos
|
|
|
|
tasks:
|
|
- install:
|
|
# flavor: notcmalloc
|
|
- ceph:
|
|
- openssl_keys:
|
|
- rgw:
|
|
client.0:
|
|
# valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
|
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|
|
client:
|
|
rgw lc debug interval: 10
|