Bug 2235828

Summary: Designate containers missing healthcheck script
Product: Red Hat OpenStack Reporter: Darin Sorrentino <dsorrent>
Component: openstack-designateAssignee: Nate Johnston <njohnston>
Status: CLOSED DUPLICATE QA Contact: Bruna Bonguardo <bbonguar>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17.1 (Wallaby)CC: beagles, scohen
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: 2023-09-05 12:36:58 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 Darin Sorrentino 2023-08-29 20:24:23 UTC
Description of problem:

After deploying Designate with Director, all designate containers (except the bind9 one) show unhealthy.  They are trying to call /openstack/healthcheck however that does not exist in any of the containers.

Version-Release number of selected component (if applicable):

17.1

How reproducible:
100%


Steps to Reproduce:
1. Deploy with Designate 
2. ssh tripleo-admin@<controller>
3. podman ps | grep designate
4. podman inspect designate_central | egrep -A10 '"Health"'
5. podman exec -it designate_central ls -latr /openstack

Actual results:


Expected results:


Additional info:

Comment 1 Brent Eagles 2023-09-05 12:36:58 UTC

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