From: Casey Bodley Date: Mon, 31 Jan 2022 23:08:02 +0000 (-0500) Subject: qa/rgw: install s3cmd with extra_system_packages X-Git-Tag: v18.0.0~1430^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=12d23d3f63bb62a42acbc1f80531825a985e9a91;p=ceph.git 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 --- diff --git a/qa/suites/rgw/verify/0-install.yaml b/qa/suites/rgw/verify/0-install.yaml index b93212d30cc..186c13ab64d 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: