Comment 23 for bug 1931133

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-heat-templates (master)

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/775444
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/baf4a16149d2a31ccb331cc96b89871e71c00734
Submitter: "Zuul (22348)"
Branch: master

commit baf4a16149d2a31ccb331cc96b89871e71c00734
Author: Carlos Goncalves <email address hidden>
Date: Fri Feb 12 21:08:59 2021 +0100

    OVN DBs clustering

    We introduce support for running both the NB and SB OVN databases in
    clustered mode. This OVN DBs clustered mode is based on OVNs own
    clustering protocol and does not rely on pacemaker.

    Clustering the two OVN databases increases reliability. The cluster
    works in active-active mode and has the potential to be more
    resilient and performant.

    See
    https://docs.openvswitch.org/en/latest/ref/ovsdb.7/#clustered-database-service-model
    for more information.

    Co-Authored-By: Michele Baldessari <email address hidden>

    Related-Bug: #1931133
    Depends-On: https://review.opendev.org/c/openstack/tripleo-ansible/+/776969
    Depends-On: https://review.opendev.org/c/openstack/puppet-tripleo/+/795155

    Change-Id: I59bfe69dbb5f3d525ac6f6d655577d24036328c0