
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>
10 lines
398 B
YAML
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>`__
|