I am developping a webinterface for a customer to set up new systems in cobbler. I am using the xmlrpc.
using it in that way: ....... obj = server.new_system(token) server.modify_system(obj,"name",bezeichnung, token) server.modify_system(obj,"profile",profil, token) server.modify_system(obj,"mgmt_classes",[ application ], token) server.modify_system(obj,"comment", comment , token) ............................. Now I have the problem to set the netmask for a interface (eth0, eth1...) Can anyone help please?? For Info: Ilearned python by my own about 3 weeks ago and also cobbler. BR from Munich Tom -- Thomas Ewert Birkenweg 11 82291 Mammendof 0178 8855 733 [email protected] _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
