It doesn't really need the load balancer applied on the logical router.
As a matter of fact, load balancers are not supported on distributed
routers without distributed gateway ports:

https://github.com/ovn-org/ovn/blob/4dc4bc7fdb848bcc626becbd2c80ffef8a39ff9a/ovn-nb.xml#L2223

Signed-off-by: Dumitru Ceara <[email protected]>
---
 tests/system-ovn.at | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tests/system-ovn.at b/tests/system-ovn.at
index 2ba71df0f..851117f55 100644
--- a/tests/system-ovn.at
+++ b/tests/system-ovn.at
@@ -5513,7 +5513,6 @@ ovn-nbctl lb-add lb0 "30.0.0.10:80" "20.0.0.4:80"
 
 ovn-nbctl ls-lb-add sw1 lb0
 ovn-nbctl ls-lb-add sw2 lb0
-ovn-nbctl lr-lb-add lr0 lb0
 
 ADD_NAMESPACES(sw0-p1-lbc)
 ADD_VETH(sw0-p1-lbc, sw0-p1-lbc, br-int, "10.0.0.3/24", "10:54:00:00:00:03", \
-- 
2.31.1

_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to