Comment 7 for bug 1841811

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

Reviewed: https://review.opendev.org/682968
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=b008b77e4a6decaecc48cbafa7d14b02900a6982
Submitter: Zuul
Branch: master

commit b008b77e4a6decaecc48cbafa7d14b02900a6982
Author: Michele Baldessari <email address hidden>
Date: Wed Sep 18 21:15:51 2019 +0200

    Fix the non-HA case where OVN has its own VIP

    When OVN has its own VIP, the non-HA case is currently broken.
    Tempest will fail when creating networks as neutron components
    will try to reach the OVN VIP (managed by keepalived)
    that never gets created:
    2019-09-18 16:41:27.780 47975 ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:192.168.24.12:6642 to retrieve schema: No route to host: Exception: Could not retrieve schema from tcp:192.168.24.12:6642
    2019-09-18 16:41:27.780 47687 ERROR ovsdbapp.backend.ovs_idl.idlutils [-] Unable to open stream to tcp:192.168.24.12:6642 to retrieve schema: No route to host: Exception: Could not retrieve schema from tcp:192.168.24.12:6642

    With this change we add the correct hiera key for keepalived
    to create the dedicated OVN DBS VIP.

    Related-Bug: #1841811
    Change-Id: I8f7f5534ab3d053ba07d4fd56975e02b3f83eedc