Merge "minor update: only migrate HA VIP away when needed" into stable/ussuri

This commit is contained in:
Zuul 2020-08-26 18:46:30 +00:00 committed by Gerrit Code Review
commit f7d4b1fc1a
1 changed files with 3 additions and 1 deletions

View File

@ -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"