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 _______________________________________________ cobbler mailing list [email protected] https://fedorahosted.org/mailman/listinfo/cobbler
