Comment 3 for bug 1866617

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to kolla-ansible (master)

Reviewed: https://review.opendev.org/711924
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=93a4dcc1b97b1d7bbd3b91cc9c4bd4617ec6f9ba
Submitter: Zuul
Branch: master

commit 93a4dcc1b97b1d7bbd3b91cc9c4bd4617ec6f9ba
Author: Mark Goddard <email address hidden>
Date: Mon Mar 9 11:27:25 2020 +0000

    Fix HAProxy monitor VIP precheck

    If haproxy is running somewhere in the cluster and listening on the VIP,
    but not running locally, then the following precheck may fail:

       TASK [haproxy : Checking free port for HAProxy monitor (vip interface)]

       msg: Timeout when waiting for 192.0.2.10:61313 to stop.

    This change fixes the issue by skipping the check if HAProxy is running
    on any host.

    Change-Id: I831eb2f700ef3fcf65b7e08382c3b4fcc4ce8d8d
    Closes-Bug: #1866617