Bug 735452

Summary: MRG Packages in EC2 repos appear to be inconsistent
Product: Red Hat Enterprise Linux 6 Reporter: William Henry <whenry>
Component: relengAssignee: Jay Greguske <jgreguske>
Status: CLOSED CURRENTRELEASE QA Contact: Release Test Team <release-test-team-automation>
Severity: urgent Docs Contact:
Priority: unspecified    
Version: 6.1CC: dmach, jgreguske, kbidarka, sghai, tsanders
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-10-11 21:10:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description William Henry 2011-09-02 16:57:18 UTC
Description of problem:

When pushing an image to EC2 using CloudForms I had a problem having MRG Messaging packages installed. It looks like there is a mixture of MRG 1.3 and MRG 2.0 packages up there.

From the ImageFactory log:

Error: Package: python-qpid-qmf-0.10-10.el6.x86_64 (rhui-us-west-rhel-server-updates)
Requires: python-qpid = 0.10
Available: python-qpid-0.7.946106-12.el6.noarch (rhui-us-west-rhel-server-releases)
python-qpid = 0.7.946106-12.el6
Error: Package: qpid-tools-0.10-5.el6.noarch (rhui-us-west-rhel-server-updates)
Requires: python-qpid >= 0.10
Available: python-qpid-0.7.946106-12.el6.noarch (rhui-us-west-rhel-server-releases)
python-qpid = 0.7.946106-12.el6

2011-09-02 12:08:34,690 DEBUG imagefactory.BuildJob.BuildAdaptor pid(16769) Message: Raising event with agent handler (<ImageFactoryAgent(Thread-1, initial)>), changed status from PUSHING to FAILED

Version-Release number of selected component (if applicable):


How reproducible:


The Template I was using:
    <template>
    <name>rhel6_1_x86_64-qpid</name>
    <os>
    <name>RHEL-6</name>
    <version>1</version>
    <arch>x86_64</arch>
    <install type='url'>
    <url>http://ra-ns1.cloud.lab.eng.bos.redhat.com/ks/dist/ks-rhel-x86_64-server-6-6.1</url>
    </install>
    </os>
    <packages>
    <package name="qpid-cpp-server"/>
    <package name="qpid-cpp-client-devel"/>
    <package name="qpid-tools"/>
    </packages>
    <files>
    <file name="/var/www/html/index.html" type="raw"> WGH test page </file>
    </files>
    <commands>
    <command name="start qpid"> /sbin/chkconfig qpidd on 2>&amp;1 > /root/qpidd.log </command>
    </commands>
    <description>RHEL 6.1 MRG template</description>
    </template>

Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Jay Greguske 2011-10-11 21:10:14 UTC
Fixed a long time ago. There were misconceptions about how content was delivered from the RHUI as well that confused things.