Bug 484463 - Need some extra cobbler bits at the end of our kickstarts
Summary: Need some extra cobbler bits at the end of our kickstarts
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Spacewalk
Classification: Community
Component: WebUI
Version: 0.5
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Partha Aji
QA Contact: Mike McCune
URL:
Whiteboard:
Depends On:
Blocks: space05 swcobbler05
TreeView+ depends on / blocked
 
Reported: 2009-02-06 22:53 UTC by Mike McCune
Modified: 2012-03-06 08:59 UTC (History)
2 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2009-09-17 07:10:01 UTC
Embargoed:


Attachments (Terms of Use)
Patch add the required Cobbler Snippets (1.90 KB, patch)
2009-02-10 23:19 UTC, Colin Coe
no flags Details | Diff

Description Mike McCune 2009-02-06 22:53:11 UTC
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

Comment 1 Colin Coe 2009-02-10 23:19:31 UTC
Created attachment 331498 [details]
Patch add the required Cobbler Snippets

Comment 2 Partha Aji 2009-03-11 18:23:36 UTC
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...

Comment 3 Partha Aji 2009-03-28 05:11:36 UTC
Moving to ON_QA

Comment 4 Jesus M. Rodriguez 2009-04-14 14:12:45 UTC
Spacewalk 0.5 released.

Comment 5 Miroslav Suchý 2009-09-17 07:10:01 UTC
Spacewalk 0.5 has been released for long time ago.


Note You need to log in before you can comment on or make changes to this bug.