]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Add RHEL support to teuthology
authorWarren Usui <warren.usui@inktank.com>
Fri, 7 Jun 2013 21:35:08 +0000 (14:35 -0700)
committerWarren Usui <warren.usui@inktank.com>
Fri, 7 Jun 2013 21:58:28 +0000 (14:58 -0700)
Fix #4946
Signed-off-by: Warren Usui <warren.usui@inktank.com>
teuthology/task/internal.py

index 74964e986a98e6b33101e6e3272d7223a519ff14..53249685e1ac825b6465e9668f3b2b9180777892 100644 (file)
@@ -509,12 +509,6 @@ def vm_setup(ctx, config):
 
 def _handle_vm_init(remote):
     log.info('Running ceph_qa_chef on ', remote)
-    # /usr/bin/make and /usr/bin/gcc are not automatically installed on rhel . They should be added
-    # to the chef task, but these next two lines probably do not hurt things.
-    if not os.path.isfile('/usr/bin/make'):
-        remote.run(args=['sudo', 'yum', 'install', 'make', '-y'])
-    if not os.path.isfile('/usr/bin/gcc'):
-        remote.run(args=['sudo', 'yum', 'install', 'gcc', '-y'])
     remote.run(args=['wget','-q','-O-',
             'https://raw.github.com/ceph/ceph-qa-chef/master/solo/solo-from-scratch',
             run.Raw('|'),