Bug 1505543 - [OSP12][containers-health-check]: unhealthy containers after successful overcloud deployment. (nova_vnc_proxy / ceilometer_agent_central / aodh_evaluator)
Summary: [OSP12][containers-health-check]: unhealthy containers after successful overc...
Keywords:
Status: CLOSED DUPLICATE of bug 1469434
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-containers
Version: 12.0 (Pike)
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: ga
: 12.0 (Pike)
Assignee: Dan Prince
QA Contact: Omri Hochman
Andrew Burden
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2017-10-23 20:22 UTC by Omri Hochman
Modified: 2017-10-23 21:02 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-10-23 21:02:05 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Omri Hochman 2017-10-23 20:22:03 UTC
[OSP12][containers-health-check]: unhealthy containers after successful overcloud deployment.  (nova_vnc_proxy / ceilometer_agent_central / aodh_evaluator)  

Environment :
-------------
puddle : OpenStack-12.0-RHEL-7 Puddle: 2017-10-17.2
Container images  : 20171017.1


Description :
---------------
After successful overcloud deployment the container health check shows unhealthy state for : nova_vnc_proxy / ceilometer_agent_central / aodh_evaluator  -  it seems that there are no open ports for the services in the containers or the port are wrong or the health check is wrong. 
 

[root@controller-0 ~]# docker ps | grep unhealthy
c5c2c95f0a05        192.168.24.1:8787/rhosp12/openstack-nova-novncproxy-docker:20171017.1           "kolla_start"            3 days ago          Up 3 days (unhealthy)                       nova_vnc_proxy
318cbdf9accd        192.168.24.1:8787/rhosp12/openstack-ceilometer-central-docker:20171017.1        "kolla_start"            3 days ago          Up 3 days (unhealthy)                       ceilometer_agent_central
5dd0f0496c2b        192.168.24.1:8787/rhosp12/openstack-aodh-evaluator-docker:20171017.1            "kolla_start"            3 days ago          Up 3 days (unhealthy)                       aodh_evaluator


[root@controller-0 ~]# for i in `docker ps|awk '/unhealthy/ {print $NF}'`; do echo $i; docker inspect $i| jq ".[].State.Health.Log[].Output"|head -n1;done
nova_vnc_proxy
"There is no nova-novncproxy process with opened RabbitMQ ports (5671,5672) running in the container\n"
ceilometer_agent_central
"There is no ceilometer-poll process with opened RabbitMQ ports (5671,5672) running in the container\n"
aodh_evaluator
"There is no aodh-evaluator process with opened RabbitMQ ports (5671,5672) running in the container\n"

Comment 2 Omri Hochman 2017-10-23 21:02:05 UTC

*** This bug has been marked as a duplicate of bug 1469434 ***


Note You need to log in before you can comment on or make changes to this bug.