Merge "loadbalancer: fail on failed "Wait for backup * to start" handlers"

This commit is contained in:
Zuul 2025-02-03 17:17:04 +00:00 committed by Gerrit Code Review
commit 16da80725e

View File

@ -116,6 +116,7 @@
wait_for:
host: "{{ api_interface_address }}"
port: "{{ haproxy_monitor_port }}"
any_errors_fatal: true
- name: Start backup proxysql container
vars:
@ -150,6 +151,7 @@
wait_for:
host: "{{ api_interface_address }}"
port: "{{ proxysql_admin_port }}"
any_errors_fatal: true
- name: Start backup keepalived container
vars: