DT05 with custom ASN - #4055
Conversation
|
Skipping CI for Draft Pull Request. |
|
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 |
67e196d to
452120b
Compare
|
Build failed (check pipeline). Post ❌ openstack-k8s-operators-content-provider NODE_FAILURE Node(set) request 100-0000154723 failed in 0s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 06m 31s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 54m 21s |
routers in preparation for iBGP deployments Related: OSPRH-32310 Assisted-By: Claude Code Signed-off-by: Miro Tomaska <mtomaska@redhat.com>
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 42m 39s |
|
recheck |
|
Build failed (check pipeline). Post ✔️ openstack-k8s-operators-content-provider SUCCESS in 2h 36m 39s |
|
/override rdoproject.org/github-check |
|
@Valkyrie00: Overrode contexts on behalf of Valkyrie00: rdoproject.org/github-check DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: Valkyrie00 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
c1261f7
into
openstack-k8s-operators:main
bgp_dt05 , iBGP for EDPM nodes A new bgp_dt05 example based on bgp_dt01. In this deployment all leafs and edpm nodes are on the same ASN. The number of nodes has not changed from bgp_dt01. The control plane is using BGP to advertise control plane IPs. This topology will be used for testing BGP EVPN advertising where dataplane traffic will establish VXLAN tunnels for dataplane traffic Depends-On: openstack-k8s-operators/ci-framework#4055 Related: OSPRH-32310 Assisted-By: Claude Code Reviewed-by: Miro <mtomaska@redhat.com> Reviewed-by: John Fulton <johfulto@redhat.com> Reviewed-by: Eduardo Olivares <eolivare@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