| Summary: | RHEL6: building image with audrey agent w/o epel | ||
|---|---|---|---|
| Product: | [Retired] CloudForms Cloud Engine | Reporter: | dgao |
| Component: | aeolus-audrey-agent | Assignee: | Dan Radez <dradez> |
| Status: | CLOSED NOTABUG | QA Contact: | dgao |
| Severity: | medium | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 1.0.0 | CC: | jlaska, whayutin |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-01 20:29:41 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Bug Depends On: | |||
| Bug Blocks: | 744194, 750954 | ||
adding ce-sprint-next bugs to ce-sprint tracker for this release reverted to facter, epel no longer needed as facter doesn't need it. Reassigning to proper 'aeolus-audrey-agent' component. |
Currently, in order to pull in the necessary dep from audrey-agent, EPEL repo would need to be configured in the template xml file. Hopefully this can be resolved at a later date when audrey-agent and its dependencies move to base RHEL repo. w/o EPEL: <template> <name>RHEL6</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> imagefactory.log 2011-11-21 14:40:19,288 DEBUG imgfac.builders.BaseBuilder.RHEL6_rhevm_Builder pid(12485) Message: Exception caught in ImageFactory 2011-11-21 14:40:19,289 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.62 yum -y install aeolus-audrey-agent ' failed(1): Warning: Permanently added '192.168.122.62' (RSA) to the list of known hosts. Error: Package: python-phacter-0.2.0-1.el6.noarch (aeolus) Requires: python-netifaces