1a5eab6c20bcd238cbde49b3bc4afa182f836135

When cell computes do not have external_ids:ovn-remote configured
for OVN, it breaks.
Running manually:
ovs-vsctl set open . external_ids:ovn-remote="ssl:<ovn_dns_vip>:6642"
(or by DBs IPs) fixes it and ovn-controller connects the db and adds
the Chassis.
Fix multi-cell/multi-stack exports by also exporting ovn_dbs_node_ips.
So that when there is no ovn_dbs_vip data in hiera (i.e. no value for
t-h-t OVNDBsVirtualFixedIPs), there are still ovn_dbs_node_ips data to
have things configured properly for OVN on computes.
Change-Id: Ib49156d49a7f8e4544f5b73d15a4ad32dba77c98
Related: rhbz#2137904
Signed-off-by: Bogdan Dobrelya <bdobreli@redhat.com>
(cherry picked from commit 28d15c2798
)
About tripleoclient
General information
tripleoclient is an OpenStackClient (OSC) plugin implementation that implements commands useful for TripleO and the install and management of both an undercloud and an overcloud.
See the TripleO Documentation for details on using tripleoclient.
See the Release Notes
Team and repository tags
Description