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:
parent
31908fd072
commit
91855ef7a7
@ -15,8 +15,9 @@
|
|||||||
|
|
||||||
- name: Galera container config
|
- name: Galera container config
|
||||||
hosts: galera_all
|
hosts: galera_all
|
||||||
max_fail_percentage: 0
|
|
||||||
gather_facts: "{{ gather_facts | default(True) }}"
|
gather_facts: "{{ gather_facts | default(True) }}"
|
||||||
|
serial: 1
|
||||||
|
max_fail_percentage: 0
|
||||||
user: root
|
user: root
|
||||||
tasks:
|
tasks:
|
||||||
- include: common-tasks/os-log-dir-setup.yml
|
- include: common-tasks/os-log-dir-setup.yml
|
||||||
|
Loading…
Reference in New Issue
Block a user