-
Notifications
You must be signed in to change notification settings - Fork 1.8k
TELCODOCS-2037 - Add Dynamic ASN #84440
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
🤖 Fri Nov 15 16:56:48 - Prow CI generated the docs preview: https://84440--ocpdocs-pr.netlify.app/openshift-enterprise/latest/networking/metallb/metallb-configure-bgp-peers.html |
52d272e
to
bd0fcd1
Compare
modules/nw-metallb-bgppeer-cr.adoc
Outdated
|`spec.dynamicASN` | ||
|`string` | ||
| Detects the ASN to use for the remote end of the session without explicitly setting it. | ||
Specify `internal` if the routers have the same ASN or `external` if the routers have different ASNs. If you use this field, you cannot specify a value in the `spec.peerASN` field. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on second thought maybe instead of "the routers" we should use "the peer", since it seems we don't refer to the cluster nodes as "routers" anywhere else. wdyt?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks for the review @oribon
|`spec.bgp.routers.neighbors.dynamicASN` | ||
|`string` | ||
|Detects the ASN to use for the remote end of the session without explicitly setting it. | ||
Specify `internal` if the routers have the same ASN or `external` if the routers have different ASNs. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
same as the other comment (but with neighbor instead of peer)
9a8f63a
to
3b83718
Compare
/lgtm |
|
||
|`spec.bgp.routers.neighbors.dynamicASN` | ||
|`string` | ||
|Detects the ASN to use for the remote end of the session without explicitly setting it. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to add here that it is detected in the OPEN message sent during session establishment?
lgtm |
/label telco |
/label peer-review-needed |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. Just a few minor suggestions for your consideration.
modules/nw-metallb-bgppeer-cr.adoc
Outdated
@@ -26,14 +26,21 @@ The fields for the BGP peer custom resource are described in the following table | |||
|
|||
|`spec.myASN` | |||
|`integer` | |||
|Specifies the Autonomous System number for the local end of the BGP session. | |||
|Specifies the Autonomous System Number (ASN) for the local end of the BGP session. | |||
Specify the same value in all BGP peer custom resources that you add. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify the same value in all BGP peer custom resources that you add. | |
In all BGP peer custom resources that you add, specify the same value. |
Because the line just before this starts with "Specifies", consider revising this line to start differently.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for the review @lahinson
Makes sense
modules/nw-metallb-bgppeer-cr.adoc
Outdated
|`spec.dynamicASN` | ||
|`string` | ||
| Detects the ASN to use for the remote end of the session without explicitly setting it. | ||
Specify `internal` for a peer with the same ASN or `external` if the peer has a different ASN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify `internal` for a peer with the same ASN or `external` if the peer has a different ASN. | |
Specify `internal` for a peer with the same ASN or `external` for a peer with a different ASN. |
|`spec.bgp.routers.neighbors.dynamicASN` | ||
|`string` | ||
|Detects the ASN to use for the remote end of the session without explicitly setting it. | ||
Specify `internal` for a neighbor with the same ASN, or `external` if the neighbor has a different ASN. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Specify `internal` for a neighbor with the same ASN, or `external` if the neighbor has a different ASN. | |
Specify `internal` for a neighbor with the same ASN, or `external` for a neighbor with a different ASN. |
3b83718
to
1742a5f
Compare
New changes are detected. LGTM label has been removed. |
1742a5f
to
6583d49
Compare
@slovern: all tests passed! Full PR test history. Your PR dashboard. 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. I understand the commands that are listed here. |
/label merge-review-needed |
/cherry-pick enterprise-4.18 |
@stevsmit: new pull request created: #85077 In 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. |
TELCODOCS-2037 - CNF-13767 - MetalLB: BGP Dynamic AS Number
Version(s): 4.18
Issue: https://issues.redhat.com/browse/TELCODOCS-2037
Link to docs preview:
QE review:
Additional information: