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

Add detection of missing metadata service to OpenStack service checks #95

Closed sudeephb closed 7 months ago

sudeephb commented 7 months ago

We encountered a problem on a cloud where instances were successfully setting up network routes roughly 50% of the time. This was due to a missing metadata proxy on one of the DHCP agents.

This log message was detected in cloud-init output as one of the instances was being created:

[ 31.695675] cloud-init[783]: 2019-09-26 16:30:46,217 - util.py[WARNING]: No active metadata service found

We should add a check to our Rally checks so that we can detect this message and trigger an alert on it.


Imported from Launchpad using lp2gh.

sudeephb commented 7 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 feature request