Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.

Bug 1637392

Summary: [composable octavia] Docker containers on networker node are in 'restarting' state
Product: Red Hat OpenStack Reporter: Aviv Guetta <aguetta>
Component: openstack-octaviaAssignee: Assaf Muller <amuller>
Status: CLOSED DUPLICATE QA Contact: Alexander Stafeyev <astafeye>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 13.0 (Queens)CC: bcafarel, beagles, ihrachys, lpeer, majopela, nyechiel, tfreger
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-10-09 16:59:48 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 Aviv Guetta 2018-10-09 07:56:05 UTC
Description of problem:
After "composable Octavia" (octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node) deployment, the docker containers on the networker node are in “restarting” state:
[root@networker-0 ~]# docker ps | grep octav
~~~
7f7bf3e551d4        192.168.24.1:8787/rhosp13/openstack-octavia-housekeeping:2018-10-02.1        "kolla_start"            22 hours ago        Restarting (1) 8 hours ago                       octavia_housekeeping
ba3ad15025fc        192.168.24.1:8787/rhosp13/openstack-octavia-health-manager:2018-10-02.1      "kolla_start"            22 hours ago        Restarting (1) 8 hours ago                       octavia_health_manager
c3e457eb716a        192.168.24.1:8787/rhosp13/openstack-octavia-worker:2018-10-02.1              "kolla_start"            22 hours ago        Restarting (1) 8 hours ago                       octavia_worker
~~~

Version-Release number of selected component (if applicable):
- RHOSP 13
- composable Octavia  - octavia-api on controllers, octavia-worker, octavia-healthmanager and octavia-housekeeping manager on are installed on the networker node.

Actual results:

Expected results:
octavia_housekeeping, octavia_health_manager, octavia_worker are in Up state.

Additional info:
Note: Composable Octavia isn't officially supported in OSP 13.

Comment 2 Brent Eagles 2018-10-09 16:47:50 UTC
I suspect that the root cause is actually the same as that for https://bugzilla.redhat.com/show_bug.cgi?id=1637378 . The permission are not being set properly for /var/log/containers/octavia which would interfere with service startup.

Comment 3 Brent Eagles 2018-10-09 16:59:48 UTC

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