+++ This bug was initially created as a clone of Bug #1488153 +++ --- 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. cdac99e0befe 192.168.24.1:8787/rhosp15/openstack-haproxy:20190426.1 dumb-init --singl... 3 days ago Up 3 days ago haproxy-bundle-podman-0 ec15b29cf0d4 192.168.24.1:8787/rhosp15/openstack-redis:20190426.1 dumb-init --singl... 3 days ago Up 3 days ago redis-bundle-podman-0 3350d6f0b041 192.168.24.1:8787/rhosp15/openstack-rabbitmq:20190426.1 dumb-init --singl... 3 days ago Up 3 days ago rabbitmq-bundle-podman-0 b684f5e5d809 192.168.24.1:8787/rhosp15/openstack-mariadb:20190426.1 dumb-init -- /bin... 3 days ago Up 3 days ago galera-bundle-podman-0 74e83954f092 192.168.24.1:8787/rhosp15/openstack-mariadb:20190426.1 dumb-init -- koll... 3 days ago Up 3 days ago clustercheck ----------------------------------------------------- Above mentioned containers were covered with health checks in following patches: Redis: https://review.opendev.org/#/c/539190/ https://review.opendev.org/#/c/536405/ https://review.opendev.org/#/c/536406/ RabbitMQ: https://github.com/openstack/tripleo-common/blob/master/healthcheck/rabbitmq https://github.com/openstack/tripleo-common/blob/master/container-images/tripleo_kolla_template_overrides.j2#L631,L635 https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/rabbitmq/rabbitmq-container-puppet.yaml#L305 Galera: https://github.com/openstack/tripleo-common/blob/master/container-images/tripleo_kolla_template_overrides.j2#L455,L457 https://github.com/openstack/tripleo-heat-templates/blob/master/deployment/database/mysql-container-puppet.yaml#L198 https://github.com/openstack/tripleo-common/blob/master/healthcheck/mariadb Health checks for HAProxy and cluestercheck will have to be implemented first. Please add missing health checks, enable (or refactor and enable) health checks (or eventually close this) under your consideration.
Health checks are handled by the cluster for PIDONE containers. I don't expect there is any work to do here
See previous comment