kube-burner / kube-burner-ocp

OpenShift integrations and workloads for kube-burner
https://kube-burner.github.io/kube-burner-ocp/
Apache License 2.0
4 stars 18 forks source link

[web-burner] Add explicit frr local-address #75

Closed josecastillolema closed 4 months ago

josecastillolema commented 4 months ago

Type of change

Description

When we bumped FRR version from 8.0 to 8.5 as part of the multiarch effort FRR BFD LocalAdress field got populated to 0.0.0.0, breaking the readiness probe conditions:

sh-5.1# vtysh -c 'show bfd peers brief'
Session count: 2
SessionId  LocalAddress                             PeerAddress                             Status
=========  ============                             ===========                             ======
3980134474 192.168.219.1                            192.168.216.2                           up
1176606216 unknown                                  192.168.216.4                           down
sh-5.1# rpm -aq frr
frr-8.0-5.el9.x86_64
sh-5.1# vtysh -c 'show bfd peers brief'
Session count: 2
SessionId  LocalAddress                             PeerAddress                             Status
=========  ============                             ===========                             ======
1524679135 0.0.0.0                                  192.168.216.4                           down
2653925215 0.0.0.0                                  192.168.216.2                           up
sh-5.1# rpm -aq frr
frr-8.5.3-4.el9.x86_64