+++ This bug was initially created as a clone of Bug #1488153 +++ Some containers does not have default container health check implemented. We should make all the containers covered. --- Additional comment from Leonid Natapov on 2019-05-05 08:36:39 UTC --- Back to assign. Here is the list of containers that don't have healthcheck. Probably will be more as I will test different tripleo templates that could add additional containers that don't appear now. e8616f5194aa 192.168.24.1:8787/rhosp15/openstack-horizon:20190426.1 dumb-init --singl... 3 days ago Up 3 days ago horizon ----------------------------------------------------- Above mentioned container was covered with health check in following patch: https://github.com/openstack/tripleo-common/blob/master/healthcheck/horizon Please enable (or refactor and enable) health checks (or eventually close this) under your consideration. Example of enabled health check executuion: https://github.com/openstack/tripleo-common/blob/master/container-images/tripleo_kolla_template_overrides.j2#L325,L329 https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/metrics/collectd-container-puppet.yaml#L477,L478
Is this supposed to be a feature backport?