Update Galera container config serially

A change to a galera container's bind mount configuration can cause a
restart of the container. Perform the 'Galera container config' play
serially to avoid a simultaneous restart of all galera containers within
an environment.

Change-Id: I23452067b5d2063e549bbdbb7fe4a08f016313c0
Related-Bug: #1659073
This commit is contained in:
Jimmy McCrory 2017-01-27 10:35:27 -08:00
parent 31908fd072
commit 91855ef7a7

View File

@ -15,8 +15,9 @@
- name: Galera container config
hosts: galera_all
max_fail_percentage: 0
gather_facts: "{{ gather_facts | default(True) }}"
serial: 1
max_fail_percentage: 0
user: root
tasks:
- include: common-tasks/os-log-dir-setup.yml