Bug 590951
| Summary: | Using custom repo during system install | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Hushan Jia <hjia> |
| Component: | lab controller | Assignee: | Bill Peck <bpeck> |
| Status: | CLOSED DUPLICATE | QA Contact: | |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.5 | CC: | bpeck, dcallagh, kbaker, mcsontos, rmancy, slukasik |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-10-03 05:29:29 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: | 545868 | ||
Have you tried this? Because if you had I think you would have seen it works already. Oops! Sorry, I should have tried it myself. I was thinking of the optional repos we add automatically to the distro. I'll see if I can get the repos from the job added during install time. The only downside to this is if you give a bad repo it will prevent the install from happening at all. Since the <package name="xxx"/> in job xml is generated automatically according to test rpm dependencies, so it make sense to enable this feature. Thus, we dont need to add <test role='STANDALONE' name='/distribution/pkginstall'>......</test> for each packages the test need. *** Bug 622433 has been marked as a duplicate of this bug. *** Had to revert this change since it causes some problems with anaconda. *** This bug has been marked as a duplicate of bug 633369 *** |
Description of problem: RFE: use custom repo during system install. the custom repos added in xml files like: <repos> <repo name="myrepo_2" url="http://lacrosse.corp.redhat.com/~hjia/"/> </repos> The Requires directive will add <packages> <package name="make"/> <package name="gcc"/> <package name="wget"/> <package name="procmail"/> <package name="networking"/> <package name="tunctl"/> <package name="lzo"/> <package name="lzo-devel"/> </packages> in job xml, some of the packages are not in distro repo, rather in specified repo, so this bug want to add repo support during install. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: