Merge "Activate health checks for cron containers"

This commit is contained in:
Zuul 2019-04-25 16:16:06 +00:00 committed by Gerrit Code Review
commit d074ff130a
5 changed files with 10 additions and 0 deletions

View File

@ -310,6 +310,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron cinder'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -249,6 +249,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron heat'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -772,6 +772,8 @@ outputs:
net: host
privileged: false
restart: always
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron keystone'
command: ['/bin/bash', '-c', '/usr/local/bin/kolla_set_configs && /usr/sbin/crond -n']
volumes:
list_concat:

View File

@ -109,6 +109,8 @@ outputs:
privileged: true
user: root
restart: always
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -447,6 +447,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: '/usr/share/openstack-tripleo-common/healthcheck/cron nova'
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}