tripleo-common/healthcheck/zaqar-api
Cédric Jeanneret 4f5a275086 Add new healthchecks for zaqar services
Zaqar has 2 containers, one for API (wsgi) and a second one for
websocket (python).

We therefore want to ensure the ports are in use in the containers.

Change-Id: I0d5ea0ba630714f7ec3ca4f1361e3235320e52d7
2019-04-24 18:00:30 +02:00

7 lines
197 B
Bash
Executable File

#!/bin/bash
. ${HEALTHCHECK_SCRIPTS:-/usr/share/openstack-tripleo-common/healthcheck}/common.sh
check_url=$(get_url_from_vhost /etc/httpd/conf.d/10-zaqar_wsgi.conf)
healthcheck_curl ${check_url}