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-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F32001%2Fhead;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 767debdf3c8..dcff1a0a459 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 1781dee096b..c62d051de30 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 c2c38a816cc..87dd76088ed 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 ec4fc36a5a8..74b95315b5d 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 f81ed072abb..dc3dd16d7ba 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 aee57852734..b6722500327 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: