canonical / charm-openstack-service-checks

Collection of Nagios checks and other utilities that can be used to verify the operation of an OpenStack cluster
0 stars 2 forks source link

Missing modules tenacity and jsondiff #128

Closed sudeephb closed 6 months ago

sudeephb commented 6 months ago

I had a cs:~prometheus-charmers/grafana-38 unit that was failing the start hook (possibly due to bug 1755883).

After upgrading to cs:grafana-39, I hit

unit-grafana-0: 23:52:31 WARNING unit.grafana/0.start ModuleNotFoundError: No module named 'tenacity'

and

unit-grafana-0: 23:54:07 WARNING unit.grafana/0.start ModuleNotFoundError: No module named 'jsondiff'

After activating the venv and installing the modules manually the unit started correctly.


Imported from Launchpad using lp2gh.

sudeephb commented 6 months ago

(by exsdev) I've run into the same issue (missing tenacity dependency) after building the openstack-service-checks charm.

sudeephb commented 6 months ago

(by eric-chen) This charm is no longer being actively maintained. Please consider using the new Canonical Observability Stack instead. (https://charmhub.io/topics/canonical-observability-stack) I will close this issue