diff options
author | Yuval Lifshitz <ylifshit@ibm.com> | 2025-01-14 18:30:32 +0100 |
---|---|---|
committer | Yuval Lifshitz <ylifshit@ibm.com> | 2025-01-16 15:57:09 +0100 |
commit | e443d75b4f79db69cda99493c0ef991b44dc4be0 (patch) | |
tree | 760d6b2e47a2fe16111f5cfb0ac9be8716345251 /qa | |
parent | Merge pull request #60073 from mkogan1/wip-fix-rate-lim (diff) | |
download | ceph-e443d75b4f79db69cda99493c0ef991b44dc4be0.tar.xz ceph-e443d75b4f79db69cda99493c0ef991b44dc4be0.zip |
test/rgw/lua: install luarocks
since it is only a suggestion for debian.
this is a regression from: https://github.com/ceph/ceph/pull/60666
Fixes: https://tracker.ceph.com/issues/69473
Signed-off-by: Yuval Lifshitz <ylifshit@ibm.com>
Diffstat (limited to 'qa')
-rw-r--r-- | qa/suites/rgw/lua/tasks/0-install.yaml | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/qa/suites/rgw/lua/tasks/0-install.yaml b/qa/suites/rgw/lua/tasks/0-install.yaml index fa6e279145c..d85ebcc5998 100644 --- a/qa/suites/rgw/lua/tasks/0-install.yaml +++ b/qa/suites/rgw/lua/tasks/0-install.yaml @@ -3,7 +3,7 @@ tasks: - ceph: - openssl_keys: - rgw: [client.0] -- tox: [client.0] +- tox: [client.0] overrides: ceph: @@ -11,3 +11,11 @@ overrides: global: osd_min_pg_log_entries: 10 osd_max_pg_log_entries: 10 + install: + ceph: + extra_system_packages: + rpm: + - luarocks + deb: + - liblua5.3-dev + - luarocks |