Dick Davies wrote: > On Fri, May 22, 2009 at 2:27 PM, Michael DeHaan <[email protected]> wrote: > >> Dick Davies wrote: >> >>> Ah, that explains it then; this is a 'manage_dhcp : 0' setup. Thanks! >>> >>> >> It actually does not explain it. >> >> The name_servers setting is applied by the snippets you will see in such >> files at /var/lib/cobbler/kickstarts/sample*.ks. If you have the network >> config settings there, they will be applied to your local system upon >> kickstart. The value in settings is used when this is /not/ specified, >> such that you >> do not have to enter it in for all systems. It is the /default/ value >> for this per-system setting. >> >> If you are using your own kickstarts, they will not have this snippet by >> default and you'll have to go in and fix that. >> > > no, I'm using a copied sample.ks (with a few tweaks to add puppet in). > > Can you give me a 'cobbler system add' command you'd expect to add > this in? I'm presuming I'd need at least --static=1 in there > somewhere. >
cobbler system add --name=foo --mac=AA:BB:CC:DD:EE:FF --static=1 --ip=<ip> --gateway=<gateway> --name-servers="<ip1> <ip2>" [etc] > Thanks again. > > (incidentally, the manpage implies --static doesn't need any > arguments, in my experience that's not true. Where can I file > bugs/send patches? ) > Correct. There'd be no nice way to unstatic it if there wasn't an argument. Patches to the manpage (cobbler.pod) file can go to [email protected] Bugs go to fedorahosted.org/cobbler > _______________________________________________ > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
