c52a89ae04
This change enables the use of Docker healthchecks for core OpenStack services. Also check-failures.sh has been updated to treat containers with unhealthy status as failed. Implements: blueprint container-health-check Change-Id: I79c6b11511ce8af70f77e2f6a490b59b477fefbb
10 lines
427 B
YAML
10 lines
427 B
YAML
---
|
|
features:
|
|
- |
|
|
Implements container healthchecks for core OpenStack services. Docker
|
|
healthchecks are periodically called scripts that check health of a
|
|
running service that expose health information in ``docker ps`` output
|
|
and trigger a ``health_status event``. Healthchecks are now enabled
|
|
by default and can be disabled by setting
|
|
``enable_container_healthchecks`` to ``no`` in ``globals.yml``.
|