[device] Refactor led plugins for more Arista platforms#1809
Merged
lguohan merged 1 commit intosonic-net:masterfrom Jun 24, 2018
Merged
[device] Refactor led plugins for more Arista platforms#1809lguohan merged 1 commit intosonic-net:masterfrom
lguohan merged 1 commit intosonic-net:masterfrom
Conversation
This apply to arista_7050_qx32 and arista_7050_qx32s.
jleveque
approved these changes
Jun 23, 2018
Collaborator
|
retest this please |
vivekrnv
added a commit
to vivekrnv/sonic-buildimage
that referenced
this pull request
Sep 15, 2021
Signed-off-by: Vivek Reddy Karri <vkarri@nvidia.com> ce11545 [config reload] Removed job-mode for sonic.target restart (sonic-net#1820) f76f672 [fdbshow]: Fix typo in comment (sonic-net#1809) 17208a0 [ci]: Support PR coverage (sonic-net#1806) c2c2354 fix wrong code indent in sfputil (sonic-net#1808) 47a9a0f [portconfig] Validate duplicate speed value and interface type value (sonic-net#1745) f1086ee [sonic_installer]Add --skip-platform-check option for sonic_installer when image mismatch (sonic-net#1791) c007d65 [warm-reboot] Add new preboot health check: verify database integrity (sonic-net#1785) 41e31e8 Fix PatchApplier init order (sonic-net#1762)
5 tasks
qiluo-msft
pushed a commit
that referenced
this pull request
Sep 28, 2021
0d538d3 [ci]: Support code diff coverage (#1834) 48887d1 [config] support for configuring muxcable to standby mode of operation (#1837) 2088a9a Provide support to install platform extensions (#1578) c97fe54 Add check_db_integrity script to setup.py (#1828) c0b9917 [debug dump util] COPP Module Added (#1670) 826311c [techsupport] Removed interactive option for docker commands and Improved Error Reporting (#1723) ce11545 [config reload] Removed job-mode for sonic.target restart (#1820) f76f672 [fdbshow]: Fix typo in comment (#1809) 17208a0 [ci]: Support PR coverage (#1806) c2c2354 fix wrong code indent in sfputil (#1808) 47a9a0f [portconfig] Validate duplicate speed value and interface type value (#1745) f1086ee [sonic_installer]Add --skip-platform-check option for sonic_installer when image mismatch (#1791) c007d65 [warm-reboot] Add new preboot health check: verify database integrity (#1785) 41e31e8 Fix PatchApplier init order (#1762) 2416175 [config reload] Fix config reload failure due to sonic.target job cancellation (#1814) 2b12aad [portstat, intfstat] added rates and utilization (#1750) 26e700a [debug dump util] Techsupport addition (#1669) 9f2326e [debug dump util] Base Skeleton and Click Class added (#1668)
taras-keryk
pushed a commit
to taras-keryk/sonic-buildimage
that referenced
this pull request
Apr 28, 2022
noaOrMlnx
pushed a commit
to noaOrMlnx/sonic-buildimage
that referenced
this pull request
Nov 24, 2025
…12 (sonic-net#1809) ```<br>* d9ae5a0 - (HEAD -> 202412) Merge branch '202411' of https://github.com/sonic-net/sonic-buildimage into 202412 (2025-11-14) [Sonic Automation] * 9913088 - (head/202411) [submodule] Update submodule sonic-sairedis to the latest HEAD automatically (sonic-net#24300) (2025-11-13) [mssonicbld] * 5b4d52b - [submodule] Update submodule sonic-host-services to the latest HEAD automatically (sonic-net#24363) (2025-11-13) [mssonicbld]<br>```
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.
- What I did
Replaced the led_control plugin for the 7050QX-32 and 7050QX-32S so it follows the conventions of the other platforms.
- Description for the changelog
The plugin will now call into Arista's driver library for the plugin implementation.
This allow for better reliability when driver behavior changes.