Comment 18 for bug 1665667

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

Reviewed: https://review.openstack.org/527089
Committed: https://git.openstack.org/cgit/openstack/openstack-ansible-haproxy_server/commit/?id=9b0ec183547a663f8a386375eaeecfad55fc7d73
Submitter: Zuul
Branch: stable/pike

commit 9b0ec183547a663f8a386375eaeecfad55fc7d73
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)