Bug 1613662
| Summary: | Octavia- Dockers are unhealthy after adding Octavia to the cloud with re-executing the overcloud deployment command with Octavia env file | ||
|---|---|---|---|
| Product: | Red Hat OpenStack | Reporter: | Alexander Stafeyev <astafeye> |
| Component: | openstack-octavia | Assignee: | Assaf Muller <amuller> |
| Status: | CLOSED DUPLICATE | QA Contact: | Alexander Stafeyev <astafeye> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 13.0 (Queens) | CC: | astafeye, 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-08-16 12:37:37 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1517500 | ||
Hi Alex, How's that different from bug 1517500 that you verified? (In reply to Nir Magnezi from comment #1) > Hi Alex, > > How's that different from bug 1517500 that you verified? The RFE is to support health check - It does support Health check so I verified. This one is to check why unhealthy when the dockers should be healthy *** This bug has been marked as a duplicate of bug 1517500 *** |
Description of problem: [root@overcloud-controller-1 ~]# docker ps | grep octa 1b13b1974797 registry.access.redhat.com/rhosp13/openstack-octavia-health-manager:latest "kolla_start" 20 hours ago Up 20 hours (unhealthy) octavia_health_manager 2c6502229b83 registry.access.redhat.com/rhosp13/openstack-octavia-api:latest "kolla_start" 20 hours ago Up 20 hours (unhealthy) octavia_api 5a08540e9372 registry.access.redhat.com/rhosp13/openstack-octavia-housekeeping:latest "kolla_start" 20 hours ago Up 20 hours (unhealthy) octavia_housekeeping d47a8ded4b82 registry.access.redhat.com/rhosp13/openstack-octavia-worker:latest "kolla_start" 20 hours ago Up 20 hours (healthy) octavia_worker [root@overcloud-controller-1 ~]# docker exec octavia_health_manager /openstack/healthcheck There is no octavia-health- process with opened RabbitMQ ports (5671,5672) running in the container [root@overcloud-controller-1 ~]# docker exec octavia_api /openstack/healthcheck rpc error: code = 2 desc = oci runtime error: exec failed: container_linux.go:247: starting container process caused "exec: \"/openstack/healthcheck\": stat /openstack/healthcheck: no such file or directory" [root@overcloud-controller-1 ~]# docker exec octavia_housekeeping /openstack/healthcheck There is no octavia-houseke process with opened RabbitMQ ports (5671,5672) running in the container [root@overcloud-controller-1 ~]# docker exec octavia_worker /openstack/healthcheck 172.17.1.17:5672 - users:(("octavia-worker:",pid=23,fd=8)) (undercloud) [stack@undercloud-0 ~]$ rpm -qa | grep openstack | grep trip | grep temp openstack-tripleo-heat-templates-8.0.4-10.el7ost.noarch Version-Release number of selected component (if applicable): How reproducible: ? Steps to Reproduce: 1. Deploy cloud with out octavia 2. Add the following to the deployment command : /usr/share/openstack-tripleo-heat-templates/environments/services/octavia.yaml 3. After deployment go into the controller and execute: # Docker ps | grep octavia See if there are unhealthy dockers. If there are please execute: # docker exec DOCKERNAME /openstack/healthcheck Actual results: Expected results: All dockers should be healthy (?) Additional info: More info will be provided.