Comment 4 for bug 1841811

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

Reviewed: https://review.opendev.org/679244
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=e3b528af4fa664fbcac0598cf1fb3d50107b58a0
Submitter: Zuul
Branch: master

commit e3b528af4fa664fbcac0598cf1fb3d50107b58a0
Author: Michele Baldessari <email address hidden>
Date: Tue Sep 10 10:16:32 2019 +0200

    Revert Add OvnDbInternal to EndpointMap and use it for ovn_db_host

    We revert I0d9eb663405d1113ea84e3c12651a3f0dbdfc75d and we instead
    export ovn_dbs_vip on all nodes so it can be used in cells. Reason for this
    is that we want a separate VIP for OVN because a) composable roles and b)
    we do not want to impose the extra promote master constraints on the internal_api
    VIP which ends up being used by OVN.

    In the same vein as I7ca94dff4acf0816708110b9fe6f78d19dcc7b4d
    (Move redis_vip to all_nodes.j2) we will have the ovn_dbs_vip moved
    to all nodes (via I1d80587752ffca6c3eb5281aa89ea3d7cf5535ce).

    Depends-On: I1d80587752ffca6c3eb5281aa89ea3d7cf5535ce

    Change-Id: I4e4bf0a91751fb4f9e4c7233242cdc5649c421f8
    Related-Bug: #1841811