-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
[docker]: Remove obsolete dockers #175
Merged
Merged
Conversation
This file contains 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
docker-syncd-mlnx and docker-syncd-cavm were moved to platform directories
Closed
Kalimuthu-Velappan
pushed a commit
to Kalimuthu-Velappan/sonic-buildimage
that referenced
this pull request
Sep 12, 2019
madhanmellanox
pushed a commit
to madhanmellanox/sonic-buildimage
that referenced
this pull request
Mar 23, 2020
Signed-off-by: marian-pritsak <marianp@mellanox.com>
dmytroxshevchuk
pushed a commit
to dmytroxshevchuk/sonic-buildimage
that referenced
this pull request
Aug 31, 2020
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Apr 7, 2021
872f0a3 [Y-Cable] refactor get_firmware_version to comply with all vendors (sonic-net#182) cc162d6 [sonic_y_cable]: Decorate all method for mux simulator (sonic-net#181) fa02416 Change import order in Ycable helper and EEPROM read bytearray change in SFP plugin (sonic-net#177) 0b60982 [thermal_base] Add setter functions for critical thresholds (sonic-net#180) 10dc16f [y_cable] add support for enable/disable autoswitch feature on Y cable (sonic-net#176) c6c81a8 [fan_drawer_base.py] Fix FanDrawer get_status_led interface (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
4 tasks
lguohan
pushed a commit
that referenced
this pull request
Apr 8, 2021
872f0a3 [Y-Cable] refactor get_firmware_version to comply with all vendors (#182) cc162d6 [sonic_y_cable]: Decorate all method for mux simulator (#181) fa02416 Change import order in Ycable helper and EEPROM read bytearray change in SFP plugin (#177) 0b60982 [thermal_base] Add setter functions for critical thresholds (#180) 10dc16f [y_cable] add support for enable/disable autoswitch feature on Y cable (#176) c6c81a8 [fan_drawer_base.py] Fix FanDrawer get_status_led interface (#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
yxieca
pushed a commit
that referenced
this pull request
Apr 8, 2021
872f0a3 [Y-Cable] refactor get_firmware_version to comply with all vendors (#182) cc162d6 [sonic_y_cable]: Decorate all method for mux simulator (#181) fa02416 Change import order in Ycable helper and EEPROM read bytearray change in SFP plugin (#177) 0b60982 [thermal_base] Add setter functions for critical thresholds (#180) 10dc16f [y_cable] add support for enable/disable autoswitch feature on Y cable (#176) c6c81a8 [fan_drawer_base.py] Fix FanDrawer get_status_led interface (#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
raphaelt-nvidia
pushed a commit
to raphaelt-nvidia/sonic-buildimage
that referenced
this pull request
May 23, 2021
872f0a3 [Y-Cable] refactor get_firmware_version to comply with all vendors (sonic-net#182) cc162d6 [sonic_y_cable]: Decorate all method for mux simulator (sonic-net#181) fa02416 Change import order in Ycable helper and EEPROM read bytearray change in SFP plugin (sonic-net#177) 0b60982 [thermal_base] Add setter functions for critical thresholds (sonic-net#180) 10dc16f [y_cable] add support for enable/disable autoswitch feature on Y cable (sonic-net#176) c6c81a8 [fan_drawer_base.py] Fix FanDrawer get_status_led interface (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
vdahiya12
added a commit
to vdahiya12/sonic-buildimage
that referenced
this pull request
Jul 6, 2021
2d2749a [xcvrd] add debug logs for y_cable change events/probes (sonic-net#195) b2c6102 Collect asic info and store in CHASSIS_STATE_DB (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
5 tasks
vdahiya12
added a commit
that referenced
this pull request
Jul 12, 2021
judyjoseph
pushed a commit
that referenced
this pull request
Aug 7, 2021
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
872f0a3 [Y-Cable] refactor get_firmware_version to comply with all vendors (sonic-net#182) cc162d6 [sonic_y_cable]: Decorate all method for mux simulator (sonic-net#181) fa02416 Change import order in Ycable helper and EEPROM read bytearray change in SFP plugin (sonic-net#177) 0b60982 [thermal_base] Add setter functions for critical thresholds (sonic-net#180) 10dc16f [y_cable] add support for enable/disable autoswitch feature on Y cable (sonic-net#176) c6c81a8 [fan_drawer_base.py] Fix FanDrawer get_status_led interface (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
carl-nokia
pushed a commit
to carl-nokia/sonic-buildimage
that referenced
this pull request
Aug 7, 2021
2d2749a [xcvrd] add debug logs for y_cable change events/probes (sonic-net#195) b2c6102 Collect asic info and store in CHASSIS_STATE_DB (sonic-net#175) Signed-off-by: vaibhav-dahiya <vdahiya@microsoft.com>
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
Chassisd inside pmon queries asic information from platform modules and stores it into CHASSIS_STATE_DB of redis_chassis. The reason we keep information in CHASSIS_STATE_DB because it's accessible by swss containers. Asic information includes asic pci address, module name, and asic id in the module. For example, CHASSIS_STATE_DB will look like below: 127.0.0.1:6379[6]> HGETALL "CHASSIS_ASIC_TABLE|ASIC0" 1) "asic_pci_address" 2) "0000:09:00.0" 3) "module_name" 4) "FABRIC-CARD0" 5) "asic_id_in_module" 6) "0"
mlok-nokia
pushed a commit
to mlok-nokia/sonic-buildimage
that referenced
this pull request
Jan 24, 2022
Fix a bug coming from PR sonic-net#175 when asic is removed due to card getting offline (before it was online).
sg893052
pushed a commit
to sg893052/sonic-buildimage
that referenced
this pull request
Apr 25, 2022
L2 traceroute HLD
6 tasks
yxieca
added a commit
to yxieca/sonic-buildimage
that referenced
this pull request
Feb 23, 2023
linkmgrd: * a2e8391 2023-02-23 | [active-active] link operational down didn't trigger toggle to standby if `MuxUnknown` event arrives first. (sonic-net#175) (HEAD -> 202205) [Jing Zhang] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
yxieca
added a commit
that referenced
this pull request
Feb 24, 2023
linkmgrd: * a2e8391 2023-02-23 | [active-active] link operational down didn't trigger toggle to standby if `MuxUnknown` event arrives first. (#175) (HEAD -> 202205) [Jing Zhang] Signed-off-by: Ying Xie <ying.xie@microsoft.com>
snider-nokia
pushed a commit
to snider-nokia/sonic-buildimage
that referenced
this pull request
Apr 6, 2023
…t#175) Fix `get_status_led()` API definition to conform to the description. Signed-off-by: Volodymyr Boyko <volodymyrx.boiko@intel.com>
mssonicbld
added a commit
that referenced
this pull request
Jun 22, 2023
#15576) #### Why I did it src/linkmgrd ``` * fc6e299 - (HEAD -> 202211, origin/202211) [active-standby] Enforce switchover based on heartbeats when mux probe keeps failing (#184) (2 hours ago) [Jing Zhang] * 5c6332d - Re-handle pre-init mux config notification after state machine init (#202) (2 hours ago) [Longxiang Lyu] * c49a5ef - [active-standby][bsl] fix no mux probe issue (#201) (2 hours ago) [Jing Zhang] * 2d62ef1 - Enable debug symbols (#199) (2 hours ago) [Longxiang Lyu] * f952b64 - [active-active] Add mux server state correction mechanism (#191) (2 hours ago) [Longxiang Lyu] * e6b1bfc - [ci] fix azure pipeline (#190) (2 hours ago) [Jing Zhang] * 615ed21 - [active-standby] Enforce switchover based on heartbeats when mux probe keeps failing (#184) (2 hours ago) [Jing Zhang] * 3adfc69 - [active-active] add state transition handler for (LinkProber: Unknown, MuxState: Active, LinkState: Down) (#179) (2 hours ago) [Jing Zhang] * 6fb9a0b - loose link down swithcover condition (#178) (2 hours ago) [Jing Zhang] * 8ffbd8a - [ci] Fix apt-get install unable locate package issue. (#177) (2 hours ago) [Liu Shilong] * 3dfbdd7 - [active-active] link operational down didn't trigger toggle to standby if `MuxUnknown` event arrives first. (#175) (2 hours ago) [Jing Zhang] * 68c06d9 - [active-active] Toggle to standby if default route is missing (#171) (2 hours ago) [Longxiang Lyu] * 1592cd3 - [active-active] fix issue that interfaces get stuck in `active` if service starts up with link state down (#169) (2 hours ago) [Jing Zhang] * a96105f - Fix the warning of unused variables (#167) (2 hours ago) [Longxiang Lyu] * 984ffe3 - Fix mux config when gRPC connection is lost (#166) (2 hours ago) [Longxiang Lyu] * 4d0b457 - [active-active] force switch when config == active && target state == active (#164) (2 hours ago) [Jing Zhang] * 32bd2bb - Use github code scanning instead of LGTM (#157) (2 hours ago) [Liu Shilong] * 6f23fe2 - [active-active] update linkmgr health label definition (#163) (3 hours ago) [Jing Zhang] ``` #### How I did it #### How to verify it #### Description for the changelog
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.
docker-syncd-mlnx and docker-syncd-cavm were moved
to platform directories