Merge "Manually set healthchecks for _cron services"

This commit is contained in:
Jenkins 2017-09-01 13:47:27 +00:00 committed by Gerrit Code Review
commit 0bdf8da5ba
4 changed files with 8 additions and 0 deletions

View File

@ -166,6 +166,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: /bin/true
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -137,6 +137,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: /bin/true
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -177,6 +177,8 @@ outputs:
privileged: false
restart: always
command: ['/bin/bash', '-c', '/usr/local/bin/kolla_set_configs && /usr/sbin/crond -n']
healthcheck:
test: /bin/true
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}

View File

@ -199,6 +199,8 @@ outputs:
user: root
privileged: false
restart: always
healthcheck:
test: /bin/true
volumes:
list_concat:
- {get_attr: [ContainersCommon, volumes]}