Merge "Fix haproxy prechecks after deployment"

This commit is contained in:
Zuul 2022-08-30 19:36:42 +00:00 committed by Gerrit Code Review
commit b6f9c1c492

View File

@ -194,10 +194,10 @@
- inventory_hostname in groups['loadbalancer']
- name: Getting haproxy stat
become: true
shell: echo "show stat" | docker exec -i haproxy socat unix-connect:/var/lib/kolla/haproxy/haproxy.sock stdio # noqa 306
register: haproxy_stat_shell
changed_when: false
failed_when: false
when: container_facts['haproxy'] is defined
- name: Setting haproxy stat fact