diff options
author | Yuval Lifshitz <ylifshit@ibm.com> | 2024-12-26 11:48:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 11:48:54 +0100 |
commit | 34bfbd07e7a3f82b5bb279201882d80e1cbddc19 (patch) | |
tree | b59b927040579c8a56025a0ac47626e648c0ed1b /qa/suites/rgw/notifications/tasks/kafka_failover/0-install.yaml | |
parent | Merge pull request #61144 from cyx1231st/wip-seastore-improve-backref (diff) | |
parent | rgw: allow bucket notification send message to kafka with multiple brokers (diff) | |
download | ceph-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.yaml | 20 |
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 |