RDO tickets are now tracked in Jira https://issues.redhat.com/projects/RDO/issues/
Bug 1242088 - python-rdomanager-oscplugin fails to install on Centos 7
Summary: python-rdomanager-oscplugin fails to install on Centos 7
Keywords:
Status: CLOSED DUPLICATE of bug 1228769
Alias: None
Product: RDO
Classification: Community
Component: rdo-manager
Version: Havana
Hardware: Unspecified
OS: Unspecified
unspecified
medium
Target Milestone: ---
: ---
Assignee: chris alfonso
QA Contact: yeylon@redhat.com
URL:
Whiteboard:
Depends On:
Blocks: 1238779
TreeView+ depends on / blocked
 
Reported: 2015-07-10 21:32 UTC by Chris Dearborn
Modified: 2016-04-18 07:00 UTC (History)
18 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2015-07-13 17:18:10 UTC
Embargoed:


Attachments (Terms of Use)

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 ***


Note You need to log in before you can comment on or make changes to this bug.