Skip to content

Commit f900942

Browse files
authored
Merge pull request ceph#61387 from yuvalif/wip-yuval-69473
test/rgw/lua: install luarocks Reviewed-by: Casey Bodley <[email protected]> Reviewed-by: Kefu Chai <[email protected]>
2 parents d8e459a + e443d75 commit f900942

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

debian/control

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -999,7 +999,8 @@ Depends: librados2 (= ${binary:Version}),
999999
liblua5.3-0,
10001000
${misc:Depends},
10011001
${shlibs:Depends},
1002-
Suggests: luarocks,
1002+
Suggests: liblua5.3-dev,
1003+
luarocks,
10031004
Description: RADOS Gateway client library
10041005
RADOS is a distributed object store used by the Ceph distributed
10051006
storage system. This package provides a REST gateway to the

qa/suites/rgw/lua/tasks/0-install.yaml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,19 @@ tasks:
33
- ceph:
44
- openssl_keys:
55
- rgw: [client.0]
6-
- tox: [client.0]
6+
- tox: [client.0]
77

88
overrides:
99
ceph:
1010
conf:
1111
global:
1212
osd_min_pg_log_entries: 10
1313
osd_max_pg_log_entries: 10
14+
install:
15+
ceph:
16+
extra_system_packages:
17+
rpm:
18+
- luarocks
19+
deb:
20+
- liblua5.3-dev
21+
- luarocks

0 commit comments

Comments
 (0)