Add OCP nodes peer_asn to BGP networking values (test eBGP)#754
Add OCP nodes peer_asn to BGP networking values (test eBGP)#754m-blue-m wants to merge 1 commit into
Conversation
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: m-blue-m 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 ✔️ noop SUCCESS in 0s |
Add peer_asn field to each worker node in network-values ConfigMap and wire kustomize replacements to set BGPPeer spec.peerASN per node. This enables CI scenarios to override peerASN per OCP worker (for eBGP testing with different ASN values). Notice no functional change, default value (64999) matches existing hardcoded peerASN. Related: OSPRH-28085 Assisted-By: Claude Signed-off-by: Maor Blaustein <mblue@redhat.com>
eb80596 to
0ccd6ee
Compare
|
Build failed (check pipeline). Post ✔️ noop SUCCESS in 0s |
Add peer_asn field to each worker node in network-values ConfigMap and wire kustomize replacements to set BGPPeer spec.peerASN per node.
This enables CI scenarios to override peerASN per OCP worker (for eBGP testing with different ASN values).
Notice no functional change, default value (64999) matches existing hardcoded peerASN.
Related: OSPRH-28085
Assisted-By: Claude