esunar / test4

GNU General Public License v3.0
0 stars 0 forks source link

false positive for nrpe-container units (lacp_bonds and netlinks) #230

Closed esunar closed 1 year ago

esunar commented 1 year ago

While running juju-lint in our internal cloud, we saw false positives for missing checks on nrpe_container units. The errors were for missing lacp_bonds and netlinks checks. However, we typically don't want to add checks for these, as they will be handled by the nrpe-host units on the underlying hypervisor.

example output - https://pastebin.canonical.com/p/XZbCJszB5C/


Imported from Launchpad using lp2gh.

esunar commented 1 year ago

(by aieri) Considering that the latest changes in the nrpe charm will allow for a single nrpe application to be deployed cloud-wide (without having to provide separate configs for baremetal and lxd units) I'm marking this bug as invalid.