On Mon, Mar 07, 2011 at 11:59:23AM -0800, Mark Christian wrote:
> 
> All cobbler servers have configured "pxe_just_once: 1" in 
> /etc/cobbler/settings.
> 
> I would like to automate the setting of "netboot_enabled false" 
> for the newly built cobbler system on the cobbler master once 
> the cobbler slave has finished kickstarting this host.  This is 
> automated on the cobbler slave responsible for building the host, 
> however this will get wiped once the cobbler replicate command 
> runs.  Is there a relatively simple way (trigger perhaps?) that 
> will facilitate toggling the netboot_enabled flag on the master?

The status of servers installing is triggered by commands like

  wget "http://.../trig/mode/pre/system/<clientname>"

in the kickstart-instructions.
One of these triggers 'client started installing' and one
'client is done'.  You might try manually extending the kick-
start template so not only your cobbler slave but also your
cobbler-master gets informed of the clients status.


Christian
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to