crowbar-core icon indicating copy to clipboard operation
crowbar-core copied to clipboard

Add dual-team network mode for 4 NIC ceph nodes

Open tserong opened this issue 10 years ago • 2 comments

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]

tserong avatar Oct 07 '15 05:10 tserong

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?

vuntz avatar Oct 07 '15 07:10 vuntz

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)

rhafer avatar Oct 26 '15 13:10 rhafer