Bug 482885
Summary: | Default yum config used during install | ||
---|---|---|---|
Product: | [Community] Spacewalk | Reporter: | John Hodrien <johnh> |
Component: | WebUI | Assignee: | Mike McCune <mmccune> |
Status: | CLOSED WONTFIX | QA Contact: | Red Hat Satellite QA List <satqe-list> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 0.4 | CC: | erik-fedora, jpazdziora, mmccune |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-08-05 12:05:31 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: | |||
Bug Depends On: | |||
Bug Blocks: | 490771, 723481 |
Description
John Hodrien
2009-01-28 17:28:21 UTC
this one didn't make 0.5, moving to 0.6 This bug still occurs with Spacewalk 0.6. It prevents users to use the provisioning feature in environments with no direct internet access. The rhn_check command performed in the %post phase uses yum to install some packages..and this always fails in such environments because yum bails out while trying to download repository information from the public mirrors (as those can't be reached) Easily worked round with a pre-script (this worked with 0.5, I've not tested against 0.6), but I agree the default behaviour is undesirable. mkdir -p /tmp/ks-tree-shadow/etc/yum.repos.d/custom cat << EOF > /tmp/ks-tree-shadow/etc/yum.conf [main] cachedir=/var/cache/yum reposdir=/etc/yum.repos.d/custom/ keepcache=0 debuglevel=2 logfile=/var/log/yum.log distroverpkg=centos-release tolerant=1 exactarch=1 obsoletes=1 gpgcheck=1 plugins=1 EOF Mass-moving to space13. We did not have time for this one during Spacewalk 1.4 time frame. Mass moving to Spacewalk 1.5. We did not have time for this one during Spacewalk 1.4 time frame. Mass moving to Spacewalk 1.5. Aligning under space16. |