Merge pull request #1184 from ceph/rgw-lifecycle-testing

rgw - Add config for testing lifecycle expiration

Reviewed-by: Yehuda Sadeh <yehuda@redhat.com>
This commit is contained in:
Yehuda Sadeh 2016-09-29 10:47:37 -07:00 committed by GitHub
commit b868938d4f
9 changed files with 33 additions and 0 deletions

View File

@ -6,3 +6,8 @@ tasks:
client.0:
force-branch: ceph-master
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10

View File

@ -10,3 +10,8 @@ tasks:
client.0:
force-branch: ceph-master
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10

View File

@ -63,3 +63,8 @@ tasks:
force-branch: ceph-master
idle_timeout: 300
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10

View File

@ -11,3 +11,8 @@ tasks:
- s3tests:
client.0:
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10

View File

@ -6,3 +6,8 @@ tasks:
- s3tests:
client.0:
rgw_server: client.0
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10

View File

@ -18,6 +18,7 @@ overrides:
conf:
client:
debug rgw: 20
rgw lc debug interval: 10
rgw:
ec-data-pool: false
frontend: civetweb

View File

@ -18,6 +18,7 @@ overrides:
conf:
client:
debug rgw: 20
rgw lc debug interval: 10
rgw:
ec-data-pool: false
frontend: apache

View File

@ -19,6 +19,7 @@ overrides:
conf:
client:
debug rgw: 20
rgw lc debug interval: 10
rgw:
ec-data-pool: false
frontend: apache

View File

@ -3,3 +3,8 @@ tasks:
- s3tests:
client.1:
rgw_server: client.1
overrides:
ceph:
conf:
client:
rgw lc debug interval: 10