Bug 1603240

Summary: Health checks for containerized services: octavia_health_manager & octavia_housekeeping
Product: Red Hat OpenStack Reporter: rlopez
Component: openstack-octaviaAssignee: Assaf Muller <amuller>
Status: CLOSED DUPLICATE QA Contact: Alexander Stafeyev <astafeye>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 13.0 (Queens)CC: bcafarel, bschmaus, ihrachys, lpeer, majopela, nyechiel
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-07-20 14:41:21 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description rlopez 2018-07-19 14:02:47 UTC
Description of problem:

On the latest OSP13 GA.

After successful overcloud deployment the container health check shows unhealthy state for : octavia_health_manager / octavia_housekeeping  -  it seems that there are no open ports for the services in the containers or the ports are wrong or the health check is wrong. Honestly I'm not sure.

Seeing the following errors when running `sudo docker ps | grep -i unhealthy` within a controller:

822257473b99        192.168.24.1:8787/rhosp13/openstack-octavia-health-manager:13.0-38      "kolla_start"            16 hours ago        Up 16 hours (unhealthy)                       octavia_health_manager
f28fe412d711        192.168.24.1:8787/rhosp13/openstack-octavia-housekeeping:13.0-38        "kolla_start"            16 hours ago        Up 16 hours (unhealthy)                       octavia_housekeeping

sudo docker inspect ocatvia_health_manager shows:

"Output": "There is no octavia-health- process with opened RabbitMQ ports (5671,5672) running in the container\n"

sudo docker inspect octavia_housekeeping shows:

"Output": "There is no octavia-houseke process with opened RabbitMQ ports (5671,5672) running in the container\n"