ovn-org / ovn-heater

Mega script to deploy/configure/run OVN scale tests.
Apache License 2.0
12 stars 12 forks source link

ovn-tester: Fix miscalculated node remotes. #153

Closed igsilya closed 1 year ago

igsilya commented 1 year ago

ovn-tester is currently using .1, .2 and .3 IP addresses as ovn-remote while actual database servers are on .2, .3 and .4. This is happening because calculate_default_node_remotes() doesn't take into account the tester itself that owns the .1 address.

Fixes: 4ad22627749c ("Use the first IP address in the node_net for the tester.")