diff options
Diffstat (limited to 'src/ceph/qa/suites/rgw/singleton')
-rw-r--r-- | src/ceph/qa/suites/rgw/singleton/% | 0 | ||||
-rw-r--r-- | src/ceph/qa/suites/rgw/singleton/all/radosgw-admin.yaml | 20 | ||||
-rw-r--r-- | src/ceph/qa/suites/rgw/singleton/frontend/civetweb.yaml | 3 | ||||
l--------- | src/ceph/qa/suites/rgw/singleton/objectstore | 1 | ||||
-rw-r--r-- | src/ceph/qa/suites/rgw/singleton/overrides.yaml | 8 | ||||
l--------- | src/ceph/qa/suites/rgw/singleton/rgw_pool_type | 1 |
6 files changed, 33 insertions, 0 deletions
diff --git a/src/ceph/qa/suites/rgw/singleton/% b/src/ceph/qa/suites/rgw/singleton/% new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/% diff --git a/src/ceph/qa/suites/rgw/singleton/all/radosgw-admin.yaml b/src/ceph/qa/suites/rgw/singleton/all/radosgw-admin.yaml new file mode 100644 index 0000000..aada29b --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/all/radosgw-admin.yaml @@ -0,0 +1,20 @@ +roles: +- [mon.a, osd.0] +- [mgr.x, client.0, osd.1, osd.2, osd.3] +openstack: +- volumes: # attached to each instance + count: 3 + size: 10 # GB +tasks: +- install: +- ceph: + conf: + client: + debug ms: 1 + rgw gc obj min wait: 15 + osd: + debug ms: 1 + debug objclass : 20 +- rgw: + client.0: +- radosgw-admin: diff --git a/src/ceph/qa/suites/rgw/singleton/frontend/civetweb.yaml b/src/ceph/qa/suites/rgw/singleton/frontend/civetweb.yaml new file mode 100644 index 0000000..5845a0e --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/frontend/civetweb.yaml @@ -0,0 +1,3 @@ +overrides: + rgw: + frontend: civetweb diff --git a/src/ceph/qa/suites/rgw/singleton/objectstore b/src/ceph/qa/suites/rgw/singleton/objectstore new file mode 120000 index 0000000..4c8ebad --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/objectstore @@ -0,0 +1 @@ +../../../objectstore
\ No newline at end of file diff --git a/src/ceph/qa/suites/rgw/singleton/overrides.yaml b/src/ceph/qa/suites/rgw/singleton/overrides.yaml new file mode 100644 index 0000000..fc35b09 --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/overrides.yaml @@ -0,0 +1,8 @@ +overrides: + ceph: + wait-for-scrub: false + conf: + client: + debug rgw: 20 + rgw: + frontend: civetweb diff --git a/src/ceph/qa/suites/rgw/singleton/rgw_pool_type b/src/ceph/qa/suites/rgw/singleton/rgw_pool_type new file mode 120000 index 0000000..77fa7e7 --- /dev/null +++ b/src/ceph/qa/suites/rgw/singleton/rgw_pool_type @@ -0,0 +1 @@ +../../../rgw_pool_type/
\ No newline at end of file |