Comment 16 for bug 1997418

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ovn-octavia-provider (stable/wallaby)

Reviewed: https://review.opendev.org/c/openstack/ovn-octavia-provider/+/875598
Committed: https://opendev.org/openstack/ovn-octavia-provider/commit/8aff4293cd22af0e9c0adb7db6b0470ab2df493b
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 8aff4293cd22af0e9c0adb7db6b0470ab2df493b
Author: Luis Tomas Bolivar <email address hidden>
Date: Fri Feb 17 08:18:13 2023 +0100

    Ensure HM also apply to FIPs associated to LB VIPs

    Currently, if a FIP gets associated to a LB with HealthMonitors
    it is not included as a new OVN Load Balancer Health Checks. This
    means that if the VIP is used, traffic will not be redirected to
    the dead members, buit if the FIP is used there is no health checks
    being applied and traffic will reach dead members.

    This patch adds the extra functionality so that an extra OVN
    Load Balancer Health Check is created for the FIPs associated to
    the Load Balancer.

    Closes-Bug: #1997418

    Change-Id: Idbf1fb15076518092ce5fdaa57500d29342f51be
    (cherry picked from commit ba4ea1134b1da4ce1dcd186d4962d12270699fef)