From: Andrew Schoen Date: Thu, 13 Aug 2015 15:26:08 +0000 (-0500) Subject: testnode: add epel_packages for centos 6 and 7 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=e9ebc6f6911da245ff7a01fbe46fc3d4bc5318df;p=ceph-cm-ansible.git testnode: add epel_packages for centos 6 and 7 Signed-off-by: Andrew Schoen --- diff --git a/roles/testnode/vars/centos_6.yml b/roles/testnode/vars/centos_6.yml index d87859f9..b85c4793 100644 --- a/roles/testnode/vars/centos_6.yml +++ b/roles/testnode/vars/centos_6.yml @@ -51,22 +51,15 @@ packages: # for running ceph - libedit - openssl098e - - gperftools-devel - boost-thread - xfsprogs - gdisk - parted - libgcrypt - - cryptopp-devel - - cryptopp - fuse - fuse-libs ### - # for ceph-deploy - - python-virtualenv ### - # for setting BIOS settings - - smbios-utils ### - openssl - libuuid @@ -81,9 +74,6 @@ packages: - mpich2 - mpich2-devel - ant - - dbench - - bonnie++ - - fuse-sshfs - fsstress - iozone ### @@ -118,8 +108,6 @@ packages: ### - libevent-devel - python-devel - # for json_xs to investigate JSON by hand - - perl-JSON # for pretty-printing xml - perl-XML-Twig # for java bindings, hadoop, etc. @@ -129,3 +117,20 @@ packages: - smartmontools # for nfs - nfs-utils + +epel_packages: + # for running ceph + - gperftools-devel + - cryptopp-devel + - cryptopp + # used by workunits + - dbench + # used by workunits + - fuse-sshfs + - bonnie++ + # for json_xs to investigate JSON by hand + - perl-JSON + # for ceph-deploy + - python-virtualenv + # for setting BIOS settings + - smbios-utils diff --git a/roles/testnode/vars/centos_7.yml b/roles/testnode/vars/centos_7.yml index 62c03a8a..c7e2f093 100644 --- a/roles/testnode/vars/centos_7.yml +++ b/roles/testnode/vars/centos_7.yml @@ -27,14 +27,11 @@ packages: # for running ceph - libedit - openssl098e - - gperftools-devel - boost-thread - xfsprogs - gdisk - parted - libgcrypt - - cryptopp-devel - - cryptopp - fuse - fuse-libs ### @@ -50,10 +47,7 @@ packages: - python-nose - mpich - ant - - fuse-sshfs - iozone - - dbench - - bonnie++ ### # used by the xfstests tasks - libtool @@ -85,8 +79,6 @@ packages: - mod_fastcgi-2.4.7-1.ceph.el7.centos ### - libevent-devel - # for json_xs to investigate JSON by hand - - perl-JSON-XS # for pretty-printing xml - perl-XML-Twig # for java bindings, hadoop, etc. @@ -96,3 +88,16 @@ packages: - smartmontools # for nfs - nfs-utils + +epel_packages: + # for running ceph + - gperftools-devel + - cryptopp-devel + - cryptopp + # used by workunits + - dbench + # used by workunits + - fuse-sshfs + - bonnie++ + # for json_xs to investigate JSON by hand + - perl-JSON-XS