Merge "minor update: only migrate HA VIP away when needed"
commit
b9722e1ac4
|
@ -336,7 +336,9 @@ outputs:
|
|||
async: 30
|
||||
poll: 4
|
||||
- name: Move virtual IPs to another node before stopping pacemaker
|
||||
when: step|int == 1
|
||||
when:
|
||||
- step|int == 1
|
||||
- hostvars[inventory_hostname]["haproxy_node_names"]|default([])|length > 1
|
||||
shell: |
|
||||
CLUSTER_NODE=$(crm_node -n)
|
||||
echo "Retrieving all the VIPs which are hosted on this node"
|
||||
|
|
Loading…
Reference in New Issue