Bug 484463

Summary: Need some extra cobbler bits at the end of our kickstarts
Product: [Community] Spacewalk Reporter: Mike McCune <mmccune>
Component: WebUIAssignee: Partha Aji <paji>
Status: CLOSED CURRENTRELEASE QA Contact: Mike McCune <mmccune>
Severity: medium Docs Contact:
Priority: low    
Version: 0.5CC: 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:
Description Flags
Patch add the required Cobbler Snippets none

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.