Dave Augustus wrote:
>
> One more time!
>
> build the bonding interface:
> cobbler system edit 
> --name=foo 
> --interface=bond0 
> --ip=10.10.10.10 
> --netmask=255.255.255.0 
> --bondingopts="arp_interval=100
> arp_ip_target=10.10.10.11,10.10.10.12,10.10.10.13" 
>
>   
It would be a very-nice-to-have if the bonding options could be 
inherited from the profile, they're likely to be the same for a lot of 
machines.
> add an ethernet interface to it:
> cobbler system edit 
> --name=foo
> --mac=01:23:45:67:89:00
> --interface=eth0
> --master=bond0
> --onboot=yes 
> --userctl=no 
> --comment="Broadcom Corporation NetXtreme II BCM5708 Gigabit Ethernet" 
>
> I am unsure of the userctl parameter. If it is not needed, then it could
> default to *no*.
>
>   
Add --hotplug=yes/no to the list. :)

Jasper
_______________________________________________
cobbler mailing list
[email protected]
https://fedorahosted.org/mailman/listinfo/cobbler

Reply via email to