]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Install python-devel and python-virtualenv on rhel 7.x 31/head
authorAndrew Schoen <aschoen@redhat.com>
Fri, 15 May 2015 14:42:35 +0000 (09:42 -0500)
committerAndrew Schoen <aschoen@redhat.com>
Fri, 15 May 2015 14:42:35 +0000 (09:42 -0500)
re: http://tracker.ceph.com/issues/11637

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
roles/testnode/vars/redhat_7.yml

index 99eba81ba0f4205a5bb73a32eb35e80730ba3b2b..2254d212afafd18485489bd446f1bca260623db9 100644 (file)
@@ -78,5 +78,8 @@ packages:
   - nfs-utils
   # for xfstests
   - ncurses-devel
+  # for s3 tests
+  - python-devel
+  - python-virtualenv
 
 nfs_service: nfs-server