Bug 1242088

Summary: python-rdomanager-oscplugin fails to install on Centos 7
Product: [Community] RDO Reporter: Chris Dearborn <christopher_dearborn>
Component: rdo-managerAssignee: chris alfonso <calfonso>
Status: CLOSED DUPLICATE QA Contact: yeylon <yeylon>
Severity: medium Docs Contact:
Priority: unspecified    
Version: HavanaCC: arkady_kanevsky, calfonso, cdevine, christopher_dearborn, hbrock, John_walsh, jslagle, kbader, kurt_hey, mburns, morazi, rajini.karthik, randy_perryman, rhel-osp-director-maint, rsussman, sreichar, srevivo, wayne_allen
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-07-13 17:18:10 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1238779    

Description Chris Dearborn 2015-07-10 21:32:59 UTC
Description of problem:
Installing the python-rdomanager-oscplugin package on Centos 7 fails with the following error:

Error: Package: python-hardware-0.14.1-dev1.el7.centos.noarch (delorean-rdo-management)
           Requires: sysbench
Error: Package: python-hardware-0.14.1-dev1.el7.centos.noarch (delorean-rdo-management)
           Requires: fio
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Version-Release number of selected component (if applicable):
python-rdomanager-oscplugin-0.0.9-dev11.el7.centos.noarch

How reproducible:
Try installing the 

Steps to Reproduce:
1. Install and update a Centos 7 box
2. Run "sudo yum install -y python-rdomanager-oscplugin"
3. Note the above error

Actual results:
Installation of the package fails with the above errors

Expected results:
Installation of the package should succeed.

Additional info:
To work around:
    sudo yum -y install wget
    wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
    sudo yum -y install ./epel-release-latest-7.noarch.rpm
    sudo yum -y install fio sysbench

Comment 3 Mike Burns 2015-07-13 17:18:10 UTC
You should be able to get these from EPEL.  I'm working on getting these into the right places, but EPEL should let you workaround for now.

*** This bug has been marked as a duplicate of bug 1228769 ***