mirror of
https://github.com/ceph/ceph
synced 2025-01-08 04:01:48 +00:00
d46af6d3de
this has a performance cost, and the teuthology environment can already be sluggish. if lifecycle expiration/transition testing was limited to the rgw/lifecycle and rgw/cloud-transition suites, the others would probably run significantly faster Fixes: https://tracker.ceph.com/issues/61859 Signed-off-by: Casey Bodley <cbodley@redhat.com>
25 lines
799 B
YAML
25 lines
799 B
YAML
overrides:
|
|
install:
|
|
ceph:
|
|
conf:
|
|
global:
|
|
osd_min_pg_log_entries: 10
|
|
osd_max_pg_log_entries: 10
|
|
client:
|
|
setuser: ceph
|
|
setgroup: ceph
|
|
debug rgw: 20
|
|
rgw crypt s3 kms backend: testing
|
|
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
|
|
rgw crypt require ssl: false
|
|
rgw enable static website: True
|
|
client.1:
|
|
rgw enable apis: s3website
|
|
rgw:
|
|
client.0:
|
|
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
|
client.1:
|
|
valgrind: [--tool=memcheck, --max-threads=1024] # http://tracker.ceph.com/issues/25214
|
|
s3tests:
|
|
calling-format: subdomain
|