Bug 1298060

Summary: Package dependency issue when installing the ovirt-hosted-engine-setup package on RHEL 7.2 host
Product: Red Hat Enterprise Virtualization Manager Reporter: Julie <juwu>
Component: relengAssignee: Joey Boggs <jboggs>
Status: CLOSED CURRENTRELEASE QA Contact: Entitlement Bugs <entitlement-bugs>
Severity: high Docs Contact:
Priority: unspecified    
Version: 3.6.0CC: dgregor, gklein, lsurette, srevivo, ykaul, ylavi
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: 2017-01-01 12:27:46 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: Rel-Eng RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Julie 2016-01-13 06:01:20 UTC
Description of problem:
Installing a 3.6 self-hosted engine on a RHEL 7.2 host and following the instructions at https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Virtualization/3.6-Beta/html/Self-Hosted_Engine_Guide/chap-Deploying_Self-Hosted_Engine_on_a_Red_Hat_Enterprise_Linux_Host.html and gets package dependency issues. Installing the ovirt-hosted-engine-setup package failed.

Steps to Reproduce:
1. Fresh DVD install of RHEL 7.2
2. subscription-manager register (employee account)
3. subscription-manager attach --pool=8a85f98144844aff014488d058bf15be
4. subscription-manager repos --disable=*
5. subscription-manager repos --enable=rhel-7-server-rpms
6. subscription-manager repos --enable=rhel-7-server-optional-rpms
7. subscription-manager repos --enable=rhel-7-server-supplementary-rpms
8. subscription-manager repos --enable=rhel-7-server-rhev-mgmt-agent-beta-rpms
9. yum update
10.yum install ovirt-hosted-engine-setup

Actual results:
Error: Package: ovirt-hosted-engine-setup-1.3.1.4-1.el7ev.noarch (rhel-7-server-rhev-mgmt-agent-beta-rpms)
           Requires: ovirt-hosted-engine-ha >= 1.3.3.6
           Available: ovirt-hosted-engine-ha-1.2.4-1.el7.noarch (rhel-7-server-rhev-mgmt-agent-beta-rpms)
               ovirt-hosted-engine-ha = 1.2.4-1.el7
           Available: ovirt-hosted-engine-ha-1.2.4-5.el7ev.noarch (rhel-7-server-rhev-mgmt-agent-beta-rpms)
               ovirt-hosted-engine-ha = 1.2.4-5.el7ev
           Available: ovirt-hosted-engine-ha-1.3.2.1-1.el7ev.noarch (rhel-7-server-rhev-mgmt-agent-beta-rpms)
               ovirt-hosted-engine-ha = 1.3.2.1-1.el7ev
           Available: ovirt-hosted-engine-ha-1.3.3.3-1.el7ev.noarch (rhel-7-server-rhev-mgmt-agent-beta-rpms)
               ovirt-hosted-engine-ha = 1.3.3.3-1.el7ev
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest

Expected results:
ovirt-hosted-engine-setup successfully installed