On Tue, 2008-09-23 at 14:46 -0400, Michael DeHaan wrote: > Given the above "cobbler system edit" syntax can you sketch out what > you > think this might look like? >
What about something like this? for bonding interfaces: cobbler system edit --name=foo --interface=bond0 --ip=10.10.10.10 -- mac_addr=00:11:22:33:44:55 for ethernet interfaces: cobbler system edit --name=foo --interface=eth0 --mac=01:23:45:67:89:00 --master=bond0 cobbler system edit --name=foo --interface=eth1 --mac=99:99:77:66:55:44 --master=bond0 for ip addresses(aliases only) cobbler system edit --name=foo --interface=bond0 --ipalias=192.168.100.2 -- Thanks for cobbler! Dave _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
