Re: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Michael DeHaan
ael DeHaan > Sent: Friday, January 27, 2012 9:29 AM > To: cobbler mailing list > Subject: Re: cobbler xmlrpc subnet/netmask issue > > > > > > That's all templated out, check /etc/cobbler and you should find a template > that references

RE: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Mann, Owen
xmlrpc subnet/netmask issue That's all templated out, check /etc/cobbler and you should find a template that references the old value, and probably a ".rpmnew" version that does not, that needed to replace the old one. Make sure you preserve any edits you might have made

Re: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Michael DeHaan
Of Neal Shrader > Sent: Thursday, January 26, 2012 8:08 PM > To: cobbler mailing list > Subject: Re: cobbler xmlrpc subnet/netmask issue > > > > > > Hello -- > > Thanks for the reply. Yes, I saw that it was renamed, and I'm able to > properly manipu

RE: cobbler xmlrpc subnet/netmask issue

2012-01-27 Thread Mann, Owen
xmlrpc subnet/netmask issue Hello -- Thanks for the reply. Yes, I saw that it was renamed, and I'm able to properly manipulate netmask-eth0. The only problem is when running a cobbler sync, /etc/dhcpd.conf is regenerated with the deprecated subnet value instead of the value I set for netmask

Re: cobbler xmlrpc subnet/netmask issue

2012-01-26 Thread Neal Shrader
Hello -- Thanks for the reply. Yes, I saw that it was renamed, and I'm able to properly manipulate netmask-eth0. The only problem is when running a cobbler sync, /etc/dhcpd.conf is regenerated with the deprecated subnet value instead of the value I set for netmask-eth0. Here's the revelant stan

Re: cobbler xmlrpc subnet/netmask issue

2012-01-26 Thread Michael DeHaan
This was renamed to net mask in a previous version of the app. Looking at the code (item_system.py) if not self.interfaces.has_key(name): self.interfaces[name] = { "mac_address" : "", "mtu" : "", "ip_address" : "",

cobbler xmlrpc subnet/netmask issue

2012-01-26 Thread Neal Shrader
Hello -- I've got a little problem regarding cobbler system netmasks, and interfacing with them through xmlrpc API. I'm using a system that was recently upgraded to cobbler 2.3.1. From what I can tell, the subnet field was deprecated, but I still seem to be getting it in my output, and it's affe