DNM prepare for iBGP#4055
Conversation
|
Skipping CI for Draft Pull Request. |
|
[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 |
|
Hi Miro, I tested the all-iBGP topology (all nodes in AS 65000, The fix is to add I think address-family ipv4 unicast
redistribute connected
neighbor downlink default-originate
neighbor downlink prefix-list only-host-prefixes in
{% if cifmw_bgp_spine_downlink_remote_as | default('external') == 'internal' %}
neighbor downlink route-reflector-client
{% endif %}And the same for |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 30m 13s |
deployments Related: OSPRH-32310 Assisted-By: Claude Code Signed-off-by: Miro Tomaska <mtomaska@redhat.com>
route-reflector-clientfor spines when when remote_as is set tointernalas it is incase of iBGP (same asn)Continuation on top of Adjusts to test eBGP (different ASN values) #3900
Related: OSPRH-32310
Assisted-By: Claude Code