Bug 1589614
| Summary: | Don't include dependencies for tasks in the kickstart with %packages by default | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Roman Joost <rjoost> |
| Component: | general | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Dan Callaghan <dcallagh> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 25 | CC: | azelinka, dcallagh, jiyin |
| Target Milestone: | 26.0 | Keywords: | Patch, Triaged |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2018-10-08 02:16:57 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
|
Description
Roman Joost
2018-06-11 01:11:46 UTC
The following bugs include some insight into problems we've discovered earlier and which can be fixed by implementing this RFE: https://bugzilla.redhat.com/show_bug.cgi?id=472740 https://bugzilla.redhat.com/show_bug.cgi?id=577796 https://bugzilla.redhat.com/show_bug.cgi?id=651828 Specifically I think the expected behaviour should be: "install_task_requires": a new ksmeta var which controls whether task requirements are included in kickstart %packages RHEL8+ and Fedora 29+: "install_task_requires" is *not* defined by default => let Restraint install task requirements instead of Anaconda (Restraint will be the default harness) older distros: "install_task_requires" *is* defined by default (Beah is still the default harness so it needs the old behaviour) People can thus always override install_task_requires to define it or un-define it if the default does not suit them. But it means if you don't know or care about any of these ksmeta variables, the defaults will work out of the box for you. Beaker 26.0 has been released. |