]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
testnode: add epel_packages for centos 6 and 7 108/head
authorAndrew Schoen <aschoen@redhat.com>
Thu, 13 Aug 2015 15:26:08 +0000 (10:26 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Thu, 13 Aug 2015 15:26:08 +0000 (10:26 -0500)
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/vars/centos_6.yml
roles/testnode/vars/centos_7.yml

index d87859f987cb770eee1909548eb58144fcc1ed38..b85c4793dbecf363b2ef7a8f614336e66839067b 100644 (file)
@@ -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
index 62c03a8afa9a677f77cdccd4a987fea0605ba82d..c7e2f093653d81fe6424462d8d3d4bc94424435e 100644 (file)
@@ -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