kolla-ansible/releasenotes/notes/reintroduce-check-2a385b77e044c507.yaml
Mark Goddard fa6535890c Reintroduce kolla-ansible check
This allows operators quickly diagnose all containers across
all hosts by running kolla-ansible check. It returns a list
of containers that are missing, not running or in unhealthy
state for each OpenStack service.

Change-Id: I36119ccdeb264aa3de928ec2254d6ff4cc955bfb
Implements: blueprint check-containers
Co-Authored-By: Roman Krček <roman.krcek@tietoevry.com>
2025-01-27 20:22:46 +00:00

10 lines
398 B
YAML

---
features:
- |
Reintroduce kolla-ansible check.
This allows operators to quickly diagnose all containers across
all hosts by running kolla-ansible check. It returns a list
of containers that are missing, not running or in unhealthy state
for each OpenStack service.
`Blueprint check-containers <https://blueprints.launchpad.net/kolla-ansible/+spec/check-containers>`__