From 12d23d3f63bb62a42acbc1f80531825a985e9a91 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 31 Jan 2022 18:08:02 -0500 Subject: [PATCH] qa/rgw: install s3cmd with extra_system_packages this was preventing installation on ubuntu because of https://tracker.ceph.com/issues/25026 Fixes: https://tracker.ceph.com/issues/54103 Signed-off-by: Casey Bodley --- qa/suites/rgw/verify/0-install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/rgw/verify/0-install.yaml b/qa/suites/rgw/verify/0-install.yaml index b93212d30cc3..186c13ab64d3 100644 --- a/qa/suites/rgw/verify/0-install.yaml +++ b/qa/suites/rgw/verify/0-install.yaml @@ -1,7 +1,7 @@ tasks: - install: # extra packages added for the rgw-datacache task - extra_packages: + extra_system_packages: deb: ['s3cmd'] rpm: ['s3cmd'] - ceph: -- 2.47.3