mirror of
https://github.com/ceph/ceph
synced 2025-01-26 13:06:29 +00:00
5b4e9de5fd
Note that this does not capture the rgw/website test on valgrind, since valgrind is centos only. Signed-off-by: Sage Weil <sage@redhat.com>
24 lines
572 B
YAML
24 lines
572 B
YAML
# for now, s3-tests requires py2
|
|
os_type: ubuntu
|
|
overrides:
|
|
rgw:
|
|
ec-data-pool: true
|
|
cache-pools: true
|
|
frontend: civetweb
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- rgw: [client.0]
|
|
- s3tests:
|
|
client.0:
|
|
force-branch: ceph-master
|
|
rgw_server: client.0
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
client:
|
|
rgw lc debug interval: 10
|
|
rgw crypt s3 kms backend: testing
|
|
rgw crypt s3 kms encryption keys: testkey-1=YmluCmJvb3N0CmJvb3N0LWJ1aWxkCmNlcGguY29uZgo= testkey-2=aWIKTWFrZWZpbGUKbWFuCm91dApzcmMKVGVzdGluZwo=
|
|
rgw crypt require ssl: false
|