summaryrefslogtreecommitdiffstats
path: root/qa/rgw
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--qa/rgw/ignore-pg-availability.yaml5
-rw-r--r--qa/rgw_bucket_sharding/default.yaml0
-rw-r--r--qa/rgw_bucket_sharding/single.yaml5
-rw-r--r--qa/rgw_frontend/beast.yaml3
-rw-r--r--qa/rgw_frontend/civetweb.yaml3
-rw-r--r--qa/rgw_pool_type/ec-profile.yaml10
-rw-r--r--qa/rgw_pool_type/ec.yaml5
-rw-r--r--qa/rgw_pool_type/replicated.yaml3
8 files changed, 34 insertions, 0 deletions
diff --git a/qa/rgw/ignore-pg-availability.yaml b/qa/rgw/ignore-pg-availability.yaml
new file mode 100644
index 000000000..ad1d5d8a0
--- /dev/null
+++ b/qa/rgw/ignore-pg-availability.yaml
@@ -0,0 +1,5 @@
+# https://tracker.ceph.com/issues/45802
+overrides:
+ ceph:
+ log-ignorelist:
+ - \(PG_AVAILABILITY\)
diff --git a/qa/rgw_bucket_sharding/default.yaml b/qa/rgw_bucket_sharding/default.yaml
new file mode 100644
index 000000000..e69de29bb
--- /dev/null
+++ b/qa/rgw_bucket_sharding/default.yaml
diff --git a/qa/rgw_bucket_sharding/single.yaml b/qa/rgw_bucket_sharding/single.yaml
new file mode 100644
index 000000000..c6b85f7ce
--- /dev/null
+++ b/qa/rgw_bucket_sharding/single.yaml
@@ -0,0 +1,5 @@
+overrides:
+ ceph:
+ conf:
+ global:
+ rgw override bucket index max shards: 1
diff --git a/qa/rgw_frontend/beast.yaml b/qa/rgw_frontend/beast.yaml
new file mode 100644
index 000000000..369e65f7c
--- /dev/null
+++ b/qa/rgw_frontend/beast.yaml
@@ -0,0 +1,3 @@
+overrides:
+ rgw:
+ frontend: beast
diff --git a/qa/rgw_frontend/civetweb.yaml b/qa/rgw_frontend/civetweb.yaml
new file mode 100644
index 000000000..5845a0e6c
--- /dev/null
+++ b/qa/rgw_frontend/civetweb.yaml
@@ -0,0 +1,3 @@
+overrides:
+ rgw:
+ frontend: civetweb
diff --git a/qa/rgw_pool_type/ec-profile.yaml b/qa/rgw_pool_type/ec-profile.yaml
new file mode 100644
index 000000000..05384cb53
--- /dev/null
+++ b/qa/rgw_pool_type/ec-profile.yaml
@@ -0,0 +1,10 @@
+overrides:
+ rgw:
+ ec-data-pool: true
+ erasure_code_profile:
+ name: testprofile
+ k: 3
+ m: 1
+ crush-failure-domain: osd
+ s3tests:
+ slow_backend: true
diff --git a/qa/rgw_pool_type/ec.yaml b/qa/rgw_pool_type/ec.yaml
new file mode 100644
index 000000000..7c99b7f85
--- /dev/null
+++ b/qa/rgw_pool_type/ec.yaml
@@ -0,0 +1,5 @@
+overrides:
+ rgw:
+ ec-data-pool: true
+ s3tests:
+ slow_backend: true
diff --git a/qa/rgw_pool_type/replicated.yaml b/qa/rgw_pool_type/replicated.yaml
new file mode 100644
index 000000000..c91709eaa
--- /dev/null
+++ b/qa/rgw_pool_type/replicated.yaml
@@ -0,0 +1,3 @@
+overrides:
+ rgw:
+ ec-data-pool: false