Add dual-team network mode for 4 NIC ceph nodes
For any node with 4 NICs and a ceph role, this provides a bond of eth0+eth2 for the admin/client network and a bond of eth1+eth3 for the storage network. This should possibly be considered an example, because I suspect specific sites will want to tweak it, or have 6- or 8-NIC variants. If it should only ever be an example, then this by rights belongs in the docs, not in the stock network.json. Also, it may need tweaking once a dedicated ceph-client network is added (see https://github.com/crowbar/barclamp-ceph/pull/166)
Signed-off-by: Tim Serong [email protected]
Yeah, it's unclear if it should live here or in the docs. I feel it'd be slightly better in the docs, but then maybe people won't find it...
What do others think?
I also think this is something better suited for the docs. Especially as JSON doesn't allow to add a comment, mentioning that this is in example. (We have a section in the deployment guide with details about the network barclamp JSON where this would nicely fit IMO)