Howdy. I’m considering a move to RancherOS from CentOS and right now the only limitation is I can’t determine how to bond 2 NICs together.
In CentOS land, I’d have two NIC definitions in /etc/sysconfig/network-scripts for pcie0 and pcie1, setting a master interface to bond0 and defining those NICs as slaves. The bond0 interface was then configured to come up in LACP (mode 4).
I’m seeing bridging and bonding stuff here in netconf:
…however it’s completely undocumented. I also checked the ros config reference here:
http://docs.rancher.com/os/rancheros-tools/ros/config/
… but nothing about bridge or bond network config values. Google search comes up empty so here I am.
I am more than happy to document it and send a pull request if someone can provide a tad bit of help here, even just to point me to the list of relevant ‘ros conf set’ parameters.
Lastly, the reason I have a bonded NIC is because I’m migrating what was an OpenStack deployment and the bonded NICs were the unroutable private side network where I ran ceph replication, etc. I’m expecting to use them for something similar if I can figure out how to get this going on RancherOS.
Thanks in advance.