tripleo-common/releasenotes/notes/fix-opendaylight-healthcheck-f9bc1d2e067c4680.yaml
Tim Rozet 737439aab5 Fixes OpenDaylight healthcheck
Due to Jetty XML config changes for OpenDaylight, healtcheck no longer
works.  This patch moves the healtcheck to use the pax web config file,
which should be a more consistent method of finding the values for host
IP/port (INI settings).  Also adds logic to support healthcheck with TLS
based deployments.

Closes-Bug: 1751928

Change-Id: I94f351ee3c71ddefe0b5c2bfdcd784d303ccbb24
Signed-off-by: Tim Rozet <trozet@redhat.com>
2018-02-26 17:48:20 -05:00

5 lines
85 B
YAML

---
fixes:
- |
Fixes OpenDaylight healthcheck for TLS and regular deployments.