juju-lint doesn't recognize charms that are used in openstack-base bundle
Bug #1950675 reported by
Nikolay Vinogradov
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Juju Lint |
Incomplete
|
Undecided
|
Unassigned |
Bug Description
Running juju-lint against a bundle export I get this:
...
2021-11-11 17:27:55 [ERROR] [model-export.yaml] [manual/manual] Charm 'mysql-
2021-11-11 17:27:55 [ERROR] [model-export.yaml] [manual/manual] Charm 'mysql-router' not recognised
...
According to the bundle published at https:/
To post a comment you must log in.
I'm pretty sure you just need to use the right rules file as juju-lint knows about those two charms¹.
If you think otherwise, please provide more detail (e.g. version of juju-lint, command line used).
------- ------- ------- ------- ------- ------- -
¹
juju-lint on master [?] via 🐍 v3.9.7 includes/ database/ mysql.yaml
❯ rg mysql-router
contrib/
10: - mysql-router
juju-lint on master [?] via 🐍 v3.9.7 openstack- focal-ovn. yaml database/ mysql.yaml
❯ rg mysql.yaml
contrib/
8:!include includes/
contrib/ openstack- focal-ovs. yaml database/ mysql.yaml
8:!include includes/
juju-lint on master [?] via 🐍 v3.9.7
❯