tripleo-common/releasenotes
Alex Schultz 0e83acbbde [TRAIN-Only] Add healthcheck debug flag
This is a partial cherry-pick of d03401438c
due the other changes in that commit included more complex changes
which needed further patches to address issues.

This change adds a HEALTHCHECK_DEBUG environment variable to the
common health check script to allow a user to enable debug verbosity
when executing a health check. By default this will be off which should
reduce the amount of logging generated by the container healthchecks.

In order to get verbose mode when running the healthcheck directly, you
can do as follow:

podman exec -u root -ti <container> bash
HEALTHCHECK_DEBUG=1 ./openstack/healthcheck
or
podman -u root -e "HEALTHCHECK_DEBUG=1" <container> /openstack/healthcheck

and enjoy a nice debug output.

Closes-Bug: #1893972
Change-Id: Ia15bca89261fecc857afef13680b05aba77fc8de
2020-09-02 10:45:56 -06:00
..
notes [TRAIN-Only] Add healthcheck debug flag 2020-09-02 10:45:56 -06:00
source Bump the openstackdocstheme extension to 1.20 2019-08-22 13:49:10 +08:00