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: Align LB options with ovn-kubernetes. #151

Closed igsilya closed 1 year ago

igsilya commented 1 year ago

Setting all LB options the same way ovn-kuberneted does in a default configuration according to buildLB() function: https://github.com/ovn-org/ovn-kubernetes/blob/a7e9e693db1b5c963655112257df112c80e1cbfe/go-controller/pkg/ovn/controller/services/loadbalancer.go#L293

The main impact might be from the 'reject' option that alters northd behavior in a few places.