Hide Forgot
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>&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:
Fixed a long time ago. There were misconceptions about how content was delivered from the RHUI as well that confused things.