Comment 20 for bug 1665667

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to openstack-ansible-haproxy_server (stable/newton)

Reviewed: https://review.openstack.org/527091
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-haproxy_server/commit/?id=44ba7a0e96c65a96d3241726f3d9ccfa9b391b63
Submitter: Zuul
Branch: stable/newton

commit 44ba7a0e96c65a96d3241726f3d9ccfa9b391b63
Author: Kevin Carter <email address hidden>
Date: Thu Nov 16 18:00:58 2017 -0600

    Add option to set the check port

    The option to set the checkport is needed when trying to balance traffic
    to a service that uses a secondary port to verify service availability.
    This is being implemented to support galera which should be using an
    HTTP based check to verify sync status instead of a simple mysql login.
    For reference this is what the folks at Percona are recommending [0].

    [0] https://www.percona.com/doc/percona-xtradb-cluster/LATEST/howtos/virt_sandbox.html
    Closes-Bug: #1665667

    Change-Id: I81c924464aa4b19c2a62f37b5bf26c3c0453786a
    Signed-off-by: Kevin Carter <email address hidden>
    (cherry picked from commit 0eb657614ed82eda0c7e45773aa631c2d8073542)