Bug 755683 - facter rpm dependency error for RHEL image building
Summary: facter rpm dependency error for RHEL image building
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: CloudForms Cloud Engine
Classification: Retired
Component: aeolus-audrey-agent
Version: 1.0.0
Hardware: Unspecified
OS: Unspecified
unspecified
high
Target Milestone: rc
Assignee: Dan Radez
QA Contact: dgao
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-11-21 18:57 UTC by dgao
Modified: 2012-08-30 17:18 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:


Attachments (Terms of Use)

Description dgao 2011-11-21 18:57:15 UTC
Template:

<template>
  <name>RHEL6 configserver</name>
  <os>
    <name>RHEL-6</name>
    <version>1</version>
    <arch>x86_64</arch>
    <install type='url'>
      <url>http://download.devel.redhat.com/released/RHEL-6/6.1/Server/x86_64/os/</url>
    </install>
    <rootpw>dog8code</rootpw>
  </os>
  <repositories>
    <repository name="aeolus">
      <url>http://repos.fedorapeople.org/repos/aeolus/conductor/testing/6Server/x86_64/</url>
    </repository>
  </repositories>
  <packages>
    <package name="aeolus-audrey-agent"/>
  </packages>
  <description>Audrey Client</description>
</template>



error:
2011-11-21 13:35:22,010 DEBUG imgfac.builders.BaseBuilder.RHEL6_rhevm_Builder pid(12485) Message: Exception caught in ImageFactory
2011-11-21 13:35:22,010 DEBUG imgfac.builders.BaseBuilder.RHEL6_rhevm_Builder pid(12485) Message: Traceback (most recent call last):
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_rhevm_Builder.py", line 65, in build_image
    self.build_upload(build_id)
  File "/usr/lib/python2.6/site-packages/imgfac/builders/Fedora_rhevm_Builder.py", line 116, in build_upload
    self.output_descriptor = guest.customize_and_generate_icicle(libvirt_xml)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 1147, in customize_and_generate_icicle
    return self._internal_customize(libvirt_xml, True)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 1123, in _internal_customize
    self.do_customize(guestaddr)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 1082, in do_customize
    tunnels=self.tunnels)
  File "/usr/lib/python2.6/site-packages/oz/RedHat.py", line 476, in guest_execute_command
    command, timeout, tunnels)
  File "/usr/lib/python2.6/site-packages/oz/ozutil.py", line 355, in ssh_execute_command
    return subprocess_check_output(cmd)
  File "/usr/lib/python2.6/site-packages/oz/ozutil.py", line 323, in subprocess_check_output
    raise SubprocessException("'%s' failed(%d): %s" % (cmd, retcode, stderr), retcode)
SubprocessException: 'ssh -i /etc/oz/id_rsa-icicle-gen -F /dev/null -o ServerAliveInterval=30 -o StrictHostKeyChecking=no -o ConnectTimeout=10 -o UserKnownHostsFile=/dev/null -o PasswordAuthentication=no root.122.135 yum -y install aeolus-audrey-agent ' failed(1): Warning: Permanently added '192.168.122.135' (RSA) to the list of known hosts.
Error: Package: facter-1.5.8-1.el6.noarch (aeolus)
           Requires: ruby(abi) = 1.8
Error: Package: facter-1.5.8-1.el6.noarch (aeolus)
           Requires: /usr/bin/ruby
Error: Package: facter-1.5.8-1.el6.noarch (aeolus)
           Requires: ruby >= 1.8.1


2011-11-21 13:35:22,010 DEBUG imgfac.BuildJob.BuildJob pid(12485) Message: Builder (3f6dca0a-b6ff-4d78-9a43-2e65868b33b2) changed status from BUILDING to FAILED

Comment 1 Dan Radez 2011-11-21 19:12:12 UTC
pulling facter out of the dep list and adding python-phacter.

python-phacter is in testing already, patch is merged and being built to update the agent

Comment 4 wes hayutin 2011-11-28 01:16:36 UTC
removing bugs from ce-sprint from the tracker.. you can find these bugs by querying the "qa whiteboard" for ce-sprint-60

Comment 5 James Laska 2012-02-10 14:09:43 UTC
Reassigning to proper 'aeolus-audrey-agent' component.


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