[minigraph][LAG] Add LAG minigraph for Mellanox msn-2700 platform#84
Merged
stcheng merged 1 commit intosonic-net:masterfrom Jan 13, 2017
Merged
[minigraph][LAG] Add LAG minigraph for Mellanox msn-2700 platform#84stcheng merged 1 commit intosonic-net:masterfrom
stcheng merged 1 commit intosonic-net:masterfrom
Conversation
stcheng
suggested changes
Jan 12, 2017
ansible/library/minigraph_facts.py
Outdated
Contributor
There was a problem hiding this comment.
I notice that switch2.xml file is also describing ACS-MSN2700. So it is better to replace the current minigraph interfaces' name to Ethernet*. So we don't need to have such logic here.
ansible/minigraph/switchlag.xml
Outdated
Contributor
There was a problem hiding this comment.
Use the name switch5.xml to align with the current names.
The topology description could be commented in the inventory file.
ansible/minigraph/switchlag.xml
Outdated
ansible/minigraph/switchlag.xml
Outdated
Contributor
There was a problem hiding this comment.
Replace the interface name with Ethernet124 etc.
Contributor
|
also, can you add this switch5 to the inventory file? |
* new minigraph file for Mellanox platform * fix minigraph_facts.py to handle Mellanox msn-2700 signed-off-by hrachya@mellanox.com
stcheng
approved these changes
Jan 13, 2017
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
linkmgrd: * d27ca81 2022-06-05 | Separate I2C mux state probing and gRPC forwarding state probing (sonic-net#86) (HEAD -> 202205) [Jing Zhang] * 9d7d301 2022-06-01 | Revert "Update log level for mux probing and mux state chance (sonic-net#23)" (sonic-net#85) [Jing Zhang] * 60d3d77 2022-06-05 | Fix peer mux wait back off factor (sonic-net#84) [Longxiang Lyu] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
kazinator-arista
pushed a commit
to kazinator-arista/sonic-mgmt
that referenced
this pull request
Mar 4, 2026
Why I did it Update sonic-telemetry submodules (to fix CVE-2021-3121 alert). e56e9b4 Fix CVE-2021-3121 warning (sonic-net#96) bf1be4f [ci]: Support code diff coverage threshold 50% (sonic-net#94) 64e516c Ported Marvell armhf build on x86 for debian buster to use cross-compilation instead of qemu emulation (sonic-net#80) e426388 [ci]: Support azp code coverage (sonic-net#87) 0443e66 Remove DB Directory removal as part of make clean (sonic-net#84) 085f29d Fix unhandled nil err check to prevent rpc causing a crash (sonic-net#78)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
signed-off-by hrachya@mellanox.com