Add EVPN support to BGP spine-leaf playbook#4020
Conversation
Add EVPN-specific configuration to the existing BGP spine-leaf setup, gated by an enable_evpn variable: - Leaf FRR: skip BGP password when EVPN is enabled (the EVPN extension does not configure one), add advertise-all-vni - Router FRR: add VRF with VNI and BGP VRF instance for EVPN Type-5 route import/export - Router play: create VXLAN interface, bridge, and VRF device so the router can reach VMs on the EVPN overlay Configurable variables: enable_evpn (bool), evpn_vni (int, default 1), evpn_vxlan_port (int, default 4789). Signed-off-by: Eduardo Olivares <eolivare@redhat.com> Assisted-By: Claude Opus 4.6
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
Build failed (check pipeline). Post ❌ openstack-k8s-operators-content-provider FAILURE in 7m 39s |
Add EVPN-specific configuration to the existing BGP spine-leaf setup, gated by an enable_evpn variable:
Configurable variables: enable_evpn (bool), evpn_vni (int, default 1), evpn_vxlan_port (int, default 4789).
Assisted-By: Claude Opus 4.6