Enable Barbican health checks
This patch enables health checks execution for all Barbican docker container. Change-Id: I2e542fa0adb52447abb251910f3ff1095289c726 Depends-On: Ic0573f6dfe550dd7f5d6bc579b3b44a60d4bf1fc
This commit is contained in:
parent
d11a90b62c
commit
b121325f6c
@ -156,6 +156,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: root
|
user: root
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -182,6 +184,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: barbican
|
user: barbican
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
@ -197,6 +201,8 @@ outputs:
|
|||||||
privileged: false
|
privileged: false
|
||||||
restart: always
|
restart: always
|
||||||
user: barbican
|
user: barbican
|
||||||
|
healthcheck:
|
||||||
|
test: /openstack/healthcheck
|
||||||
volumes:
|
volumes:
|
||||||
list_concat:
|
list_concat:
|
||||||
- {get_attr: [ContainersCommon, volumes]}
|
- {get_attr: [ContainersCommon, volumes]}
|
||||||
|
Loading…
Reference in New Issue
Block a user