Comment 26 for bug 1931133

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

Reviewed: https://review.opendev.org/c/openstack/tripleo-heat-templates/+/803313
Committed: https://opendev.org/openstack/tripleo-heat-templates/commit/15433f131ceee8e8df6e8ca60b0703467fbbf310
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 15433f131ceee8e8df6e8ca60b0703467fbbf310
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.

    For backport simplicity we also add I50cf3b7d79d8cd139ae514438e147df73901a366
    ("Fix typo in ovn-dbs-cluster northd kolla config file") which
    is a cherry-pick + squash of commit 1115698c14788555510edbe1760bbc9cc9110dff,
    so we avoid ovn_northd connecting only to the local db via unix socket.

    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/+/795478

    Change-Id: I59bfe69dbb5f3d525ac6f6d655577d24036328c0
    (cherry picked from commit baf4a16149d2a31ccb331cc96b89871e71c00734)