Jasper Capel wrote: > Hey all, > > Now that the arbitrary interface name and VLAN stuff is done, I'd like > to add bonding support to Cobbler. I'd like to start with coming to an > agreement on how this should look from a CLI-perspective. > > I'd suggest the following: > > cobbler system edit --name=system1 --add-interface=bond0 > --bonding=master --bonding-opts="miimon=100" --ip=192.168.0.1 > --subnet=255.255.255.0 --gateway=192.168.0.254 --static=1 >
> cobbler system edit --name=system1 --add-interface=slave0 > --mac=aa:bb:cc:dd:ee:f0 --bonding=slave --bonding-master=bond0 > > cobbler system edit --name=system1 --add-interface=slave1 > --mac=aa:bb:cc:dd:ee:f1 --bonding=slave --bonding-master=bond0 > > I'd like to hear your thoughts on this. :) > > --Jasper > _______________________________________________ > Syntax seems fine at first glance. Does anyone else interested in storing bonding info in Cobbler have comments? Yay/nay? When adding this, please also update the WebUI fields that allow for network interface editing (CobblerWeb.py, webui_templates/system_edit.tmpl). It's a little hairy now but if you search for one of the other options (like mac address) it's not that bad to add a few new fields. --Michael > cobbler mailing list > [email protected] > https://fedorahosted.org/mailman/listinfo/cobbler > _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
