summaryrefslogtreecommitdiffstats
path: root/qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml
diff options
context:
space:
mode:
authorYuval Lifshitz <ylifshit@ibm.com>2024-12-26 11:48:54 +0100
committerGitHub <noreply@github.com>2024-12-26 11:48:54 +0100
commit34bfbd07e7a3f82b5bb279201882d80e1cbddc19 (patch)
treeb59b927040579c8a56025a0ac47626e648c0ed1b /qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml
parentMerge pull request #61144 from cyx1231st/wip-seastore-improve-backref (diff)
parentrgw: allow bucket notification send message to kafka with multiple brokers (diff)
downloadceph-34bfbd07e7a3f82b5bb279201882d80e1cbddc19.tar.xz
ceph-34bfbd07e7a3f82b5bb279201882d80e1cbddc19.zip
Merge pull request #60988 from thuvh/feat/kafka_multiple_brokers
rgw: allow bucket notification send message to kafka with multiple brokers
Diffstat (limited to 'qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml')
-rw-r--r--qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml b/qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml
new file mode 100644
index 00000000000..5c83d5c0d23
--- /dev/null
+++ b/qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml
@@ -0,0 +1,20 @@
+tasks:
+- install:
+- ceph:
+- openssl_keys:
+- rgw:
+ client.0:
+
+overrides:
+ install:
+ ceph:
+ extra_system_packages:
+ rpm:
+ - java
+ deb:
+ - default-jre
+ ceph:
+ conf:
+ global:
+ osd_min_pg_log_entries: 10
+ osd_max_pg_log_entries: 10