canonical / juju-lint

Run checks against a juju model
GNU General Public License v3.0
0 stars 4 forks source link

juju-lint not checking for netlinks and lacp_bonds on baremetals #201

Closed zxhdaze closed 6 months ago

zxhdaze commented 6 months ago

Juju-lint is currently not checking for the presence of "netlinks" and "lacp_bonds" options in baremetal machines. According to bootstack, this is important and should be set on clouds handed over to them, so this should be added to the juju lint rules to check.

I'm just not sure how to specify different options per machine type (controllers, computes, etc.) for those machines have different network layouts. Maybe multiple nrpe charm definitions (with different names) and relating each type to one specific charm? They are already separated between nrpe-host and nrpe-container, I mean separating even further according to machine type.