mirror of
https://github.com/ceph/ceph
synced 2024-12-26 05:25:09 +00:00
b975270d4e
other than the rgw/lifecycle subsuite, all of the other subsuites were just adding storage classes to the rgw task, but not the s3tests task that enables the storage class test cases Signed-off-by: Casey Bodley <cbodley@redhat.com>
21 lines
625 B
YAML
21 lines
625 B
YAML
overrides:
|
|
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 lc debug interval: 10
|
|
rgw sts key: abcdefghijklmnop
|
|
rgw s3 auth use sts: true
|
|
rgw:
|
|
storage classes: LUKEWARM, FROZEN
|
|
s3tests:
|
|
storage classes: LUKEWARM, FROZEN
|