From: Tejas Chandramouli Date: Wed, 4 Dec 2019 12:33:22 +0000 (+0530) Subject: add a exec command to install the perl Amazon::S3 module needed for perl workunits X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=675c7e81aac65772e356288578b359cdf819a92f;p=ceph.git add a exec command to install the perl Amazon::S3 module needed for perl workunits --- diff --git a/qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml b/qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml index 767debdf3c885..dcff1a0a459f0 100644 --- a/qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml +++ b/qa/suites/rgw/multifs/tasks/rgw_bucket_quota.yaml @@ -2,6 +2,9 @@ tasks: - install: - ceph: - rgw: [client.0] +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: diff --git a/qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml b/qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml index 1781dee096ba4..c62d051de3030 100644 --- a/qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml +++ b/qa/suites/rgw/multifs/tasks/rgw_multipart_upload.yaml @@ -2,6 +2,9 @@ tasks: - install: - ceph: - rgw: [client.0] +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: diff --git a/qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml b/qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml index c2c38a816cc8c..87dd76088ed8b 100644 --- a/qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml +++ b/qa/suites/rgw/multifs/tasks/rgw_user_quota.yaml @@ -2,6 +2,9 @@ tasks: - install: - ceph: - rgw: [client.0] +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: diff --git a/qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml b/qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml index ec4fc36a5a81a..74b95315b5daa 100644 --- a/qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml +++ b/qa/suites/rgw/thrash/workload/rgw_bucket_quota.yaml @@ -1,5 +1,8 @@ # Amazon/S3.pm (cpan) not available as an rpm tasks: +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: diff --git a/qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml b/qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml index f81ed072abb10..dc3dd16d7ba4e 100644 --- a/qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml +++ b/qa/suites/rgw/thrash/workload/rgw_multipart_upload.yaml @@ -1,5 +1,8 @@ # Amazon::S3 is not available on el7 tasks: +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: diff --git a/qa/suites/rgw/thrash/workload/rgw_user_quota.yaml b/qa/suites/rgw/thrash/workload/rgw_user_quota.yaml index aee5785273445..b6722500327cb 100644 --- a/qa/suites/rgw/thrash/workload/rgw_user_quota.yaml +++ b/qa/suites/rgw/thrash/workload/rgw_user_quota.yaml @@ -1,5 +1,8 @@ # Amazon/S3.pm (cpan) not available as an rpm tasks: +- exec: + client.0: + - cpan install Amazon::S3 - workunit: clients: client.0: