Bug 1718973

Summary: Horizon container missing health check
Product: Red Hat OpenStack Reporter: Martin Magr <mmagr>
Component: openstack-tripleo-heat-templatesAssignee: RHOS Maint <rhos-maint>
Status: CLOSED INSUFFICIENT_DATA QA Contact:
Severity: high Docs Contact:
Priority: high    
Version: 13.0 (Queens)CC: aschultz, augol, jbadiapa, jbuchta, lnatapov, mburns, pkilambi, rdopiera, sclewis, slinaber
Target Milestone: ---Keywords: FutureFeature, Triaged, ZStream
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: 1488153 Environment:
Last Closed: 2020-09-17 15:03:39 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On: 1488153, 1718976    
Bug Blocks: 1631705, 1631707, 1718962, 1718970, 1718971    

Description Martin Magr 2019-06-10 16:31:29 UTC
+++ 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

Comment 5 Radomir Dopieralski 2019-11-27 16:21:17 UTC
Is this supposed to be a feature backport?