From b121325f6cc7c40a317f68d4d96d0ec3592efe32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C3=A1gr?= Date: Mon, 12 Feb 2018 15:18:41 +0100 Subject: [PATCH] Enable Barbican health checks This patch enables health checks execution for all Barbican docker container. Change-Id: I2e542fa0adb52447abb251910f3ff1095289c726 Depends-On: Ic0573f6dfe550dd7f5d6bc579b3b44a60d4bf1fc --- docker/services/barbican-api.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docker/services/barbican-api.yaml b/docker/services/barbican-api.yaml index e8e02745ac..f88817111a 100644 --- a/docker/services/barbican-api.yaml +++ b/docker/services/barbican-api.yaml @@ -156,6 +156,8 @@ outputs: privileged: false restart: always user: root + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} @@ -182,6 +184,8 @@ outputs: privileged: false restart: always user: barbican + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]} @@ -197,6 +201,8 @@ outputs: privileged: false restart: always user: barbican + healthcheck: + test: /openstack/healthcheck volumes: list_concat: - {get_attr: [ContainersCommon, volumes]}