Bug 728410
| Summary: | per-system package snippets | ||
|---|---|---|---|
| Product: | [Retired] Beaker | Reporter: | Dan Callaghan <dcallagh> |
| Component: | scheduler | Assignee: | Dan Callaghan <dcallagh> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Qixiang Wan <qwan> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | low | ||
| Version: | 0.6 | CC: | bpeck, dcallagh, mcsontos, mishin, qwan, rmancy, stl |
| Target Milestone: | 0.10.0 | Keywords: | FutureFeature |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | Kickstart | ||
| Fixed In Version: | Doc Type: | Enhancement | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2012-11-22 06:43:48 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: | |||
|
Description
Dan Callaghan
2011-08-05 02:50:32 UTC
On Gerrit: http://gerrit.beaker-project.org/1444 Beaker admins will be able to create a file like /etc/beaker/snippets/per_system/packages/hostname.example.com containing extra packages that are needed for that particular system. Verified with build 0.9.4-2.git.104.1433411. By creating a file named /etc/beaker/snippets/per_system/packages/$(system_fqdn) which containing some extra packages, the kickstart file will be generated with these extra packages appended in the "%packages" part. And verified these packages were installed after the install task. This has now been released |