Re: inheriting static network config

2009-05-28 Thread Michael DeHaan
Dick Davies wrote: > On Fri, May 22, 2009 at 2:27 PM, Michael DeHaan 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

Re: inheriting static network config

2009-05-28 Thread Dick Davies
On Fri, May 22, 2009 at 2:27 PM, Michael DeHaan 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/kick

Re: inheriting static network config

2009-05-22 Thread Michael DeHaan
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 the

Re: inheriting static network config

2009-05-22 Thread Dick Davies
Ah, that explains it then; this is a 'manage_dhcp : 0' setup. Thanks! On Thu, May 21, 2009 at 5:51 PM, Jeff Schroeder wrote: > On Thu, May 21, 2009 at 8:12 AM, Dick Davies > wrote: >> I can define static IP configured systems like this: >> >> cobbler system add --name=vera --hostname=vera.domain

Re: inheriting static network config

2009-05-21 Thread Jeff Schroeder
On Thu, May 21, 2009 at 8:12 AM, Dick Davies wrote: > I can define static IP configured systems like this: > > cobbler system add --name=vera --hostname=vera.domainname > --profile='centos-53-i386-puppet' \ >  --static=true --gateway=1.2.1.254 --subnet=255.255.128.0 > --ip=1,2.5.27 --mac=00:0C:F1:

Re: inheriting static network config

2009-05-21 Thread Michael DeHaan
Dick Davies wrote: > I can define static IP configured systems like this: > > cobbler system add --name=vera --hostname=vera.domainname > --profile='centos-53-i386-puppet' \ > --static=true --gateway=1.2.1.254 --subnet=255.255.128.0 > --ip=1,2.5.27 --mac=00:0C:F1:f1:f1:f1 \ > --name-servers='1.2.

inheriting static network config

2009-05-21 Thread Dick Davies
I can define static IP configured systems like this: cobbler system add --name=vera --hostname=vera.domainname --profile='centos-53-i386-puppet' \ --static=true --gateway=1.2.1.254 --subnet=255.255.128.0 --ip=1,2.5.27 --mac=00:0C:F1:f1:f1:f1 \ --name-servers='1.2.0.20 1.2.0.10' --name-servers-se