python-tripleoclient/tripleoclient/tests
Bogdan Dobrelya 9639667346 Also export OVN DBs IPs for multi-stack inputs
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)
(cherry picked from commit 1a5eab6c20)
2022-12-06 16:17:16 +01:00
..
config Drop minion 2021-10-14 13:50:50 +05:30
fixture_data Remove cyclic import between export and utils 2021-07-29 13:52:57 +00:00
v1 Fix overcloud cell export paths 2022-10-25 22:24:05 +01:00
v2 Ensure tripleo_ceph_client_vars is set consistently 2022-07-28 17:05:51 +00:00
workflows Merge "get_overcloud_hosts() should not return a list with empty strings" into stable/wallaby 2022-10-01 04:57:32 +00:00
__init__.py Rename rdomanager_oscplugin to tripleoclient 2015-09-08 10:22:22 -04:00
base.py Save DefaultPasswords values for undercloud deploy 2017-04-26 20:38:00 +01:00
fakes.py Move get_ctlplane_attrs to utils 2022-03-08 10:44:26 +01:00
test_export.py Also export OVN DBs IPs for multi-stack inputs 2022-12-06 16:17:16 +01:00
test_heat_launcher.py Use hostNetwork for ephemeral heat pod 2022-09-26 15:39:20 +05:30
test_overcloud_credentials.py Update overcloud credentials to use ephemeral Heat 2022-04-22 07:40:51 -04:00
test_plugin.py Update client to create archive and use tripleo-common 2021-01-20 09:43:52 -06:00
test_utils.py Refactor deploy validations for ephemeral heat 2022-06-30 16:39:15 +00:00