Merge "Use sleep during database bootstrap"

This commit is contained in:
Jenkins 2015-08-01 19:32:18 +00:00 committed by Gerrit Code Review
commit a44b0a4b9f

View File

@ -58,3 +58,8 @@
container_volumes_from:
- "mariadb_data"
when: delegate_host == 'None' and inventory_hostname == groups['mariadb'][0]
- name: Sleeping for 15 seconds while the cluster starts
command: sleep 15
changed_when: False
when: delegate_host == 'None' and inventory_hostname == groups['mariadb'][0]