--- /dev/null
+tasks:
+- install:
+- ceph:
+- rgw: [client.0]
+- ragweed:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
+ stages: prepare
+- ragweed:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
+ stages: check
+overrides:
+ ceph:
+ conf:
+ client:
+ rgw lc debug interval: 10
--- /dev/null
+meta:
+- desc: install ceph/<base> latest
+tasks:
+- install:
+ branch: wip-rgw-support-ragweed
+ exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
+- print: "**** done install base branch"
+- ceph:
+- print: "**** done ceph"
+++ /dev/null
-meta:
-- desc: install ceph/<base> latest
-tasks:
-- install:
- branch: wip-rgw-ragweed
- exclude_packages: ['ceph-mgr','libcephfs2','libcephfs-devel','libcephfs-dev']
-- print: "**** done install base branch"
-- ceph:
-- print: "**** done ceph"
--- /dev/null
+os_type: centos # xenial valgrind buggy, see http://tracker.ceph.com/issues/18126
+tasks:
+- install:
+ flavor: notcmalloc
+ debuginfo: true
+- ceph:
+- rgw:
+ client.0:
+ valgrind: [--tool=memcheck]
+- ragweed:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
+ stages: prepare
+- ragweed:
+ client.0:
+ force-branch: ceph-master
+ rgw_server: client.0
+ stages: check
+overrides:
+ ceph:
+ conf:
+ global:
+ osd_min_pg_log_entries: 10
+ osd_max_pg_log_entries: 10