Bug 484463
| Summary: | Need some extra cobbler bits at the end of our kickstarts | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Community] Spacewalk | Reporter: | Mike McCune <mmccune> | ||||
| Component: | WebUI | Assignee: | Partha Aji <paji> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Mike McCune <mmccune> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | low | ||||||
| Version: | 0.5 | CC: | bperkins, colin.coe | ||||
| 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: | 2009-09-17 07:10:01 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: | 456553, 480094 | ||||||
| Attachments: |
|
||||||
Created attachment 331498 [details]
Patch add the required Cobbler Snippets
Should be in the next iso.. You should see things like # Start post_install_network_config generated code # End post_install_network_config generated code # Start koan environment setup echo "export COBBLER_SERVER=dhcp231-30.rdu.redhat.com" > /etc/profile.d/cobbler.sh echo "setenv COBBLER_SERVER dhcp231-30.rdu.redhat.com" > /etc/profile.d/cobbler.csh # End koan environment setup when you look at the Kickstart file in the UI... Moving to ON_QA Spacewalk 0.5 released. Spacewalk 0.5 has been released for long time ago. |
We need to add this to all our kickstarts we generate: %pre $kickstart_start $SNIPPET('pre_install_network_config') %post $SNIPPET('post_install_kernel_options') $SNIPPET('post_install_network_config') $SNIPPET('koan_environment') $kickstart_done