From: David Galloway Date: Fri, 1 Jul 2016 23:04:57 +0000 (-0400) Subject: testnodes: Install perl-CPAN on yum systems X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F263%2Fhead;p=ceph-cm-ansible.git testnodes: Install perl-CPAN on yum systems perl-CPAN is required to install Amazon::S3 using the 'cpan' command Signed-off-by: David Galloway --- diff --git a/roles/testnode/vars/centos_7.yml b/roles/testnode/vars/centos_7.yml index 6e404ffa..9f169a96 100644 --- a/roles/testnode/vars/centos_7.yml +++ b/roles/testnode/vars/centos_7.yml @@ -89,6 +89,10 @@ packages: - nfs-utils # for xfstests - ncurses-devel + # for s3 tests + - python-devel + - python-virtualenv + - perl-CPAN epel_packages: # for running ceph diff --git a/roles/testnode/vars/redhat_7.yml b/roles/testnode/vars/redhat_7.yml index 7005d722..a7bd3c7d 100644 --- a/roles/testnode/vars/redhat_7.yml +++ b/roles/testnode/vars/redhat_7.yml @@ -74,6 +74,7 @@ packages: # for s3 tests - python-devel - python-virtualenv + - perl-CPAN epel_packages: - gperftools-devel