-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[devices]: Add support as7326 thermal plan. Monitor fan/psu (#2344)
* Add support as7326 thermal plan. Monitor fan/psu * Fix incorrect kernel version for idt init * fix error parsing
- Loading branch information
1 parent
8a4e779
commit 7a74ff0
Showing
12 changed files
with
944 additions
and
145 deletions.
There are no files selected for viewing
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
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
16 changes: 16 additions & 0 deletions
16
...adcom/sonic-platform-modules-accton/as7326-56x/service/as7326-platform-handle_mac.service
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Accton AS7326-56X Platform MAC hnadle service | ||
Before=pmon.service | ||
After=sysinit.target | ||
DefaultDependencies=no | ||
|
||
[Service] | ||
ExecStart=/usr/local/bin/accton_handle_idt.sh | ||
KillSignal=SIGKILL | ||
SuccessExitStatus=SIGKILL | ||
|
||
# Resource Limitations | ||
LimitCORE=infinity | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
16 changes: 16 additions & 0 deletions
16
...dcom/sonic-platform-modules-accton/as7326-56x/service/as7326-platform-monitor-fan.service
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Accton AS7326-56X Platform Monitoring FAN service | ||
Before=pmon.service | ||
After=sysinit.target | ||
DefaultDependencies=no | ||
|
||
[Service] | ||
ExecStart=/usr/local/bin/accton_as7326_monitor_fan.py | ||
KillSignal=SIGKILL | ||
SuccessExitStatus=SIGKILL | ||
|
||
# Resource Limitations | ||
LimitCORE=infinity | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
16 changes: 16 additions & 0 deletions
16
...dcom/sonic-platform-modules-accton/as7326-56x/service/as7326-platform-monitor-psu.service
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
[Unit] | ||
Description=Accton AS7326-56X Platform Monitoring PSU service | ||
Before=pmon.service | ||
After=sysinit.target | ||
DefaultDependencies=no | ||
|
||
[Service] | ||
ExecStart=/usr/local/bin/accton_as7326_monitor_psu.py | ||
KillSignal=SIGKILL | ||
SuccessExitStatus=SIGKILL | ||
|
||
# Resource Limitations | ||
LimitCORE=infinity | ||
|
||
[Install] | ||
WantedBy=multi-user.target |
2 changes: 1 addition & 1 deletion
2
...broadcom/sonic-platform-modules-accton/as7326-56x/service/as7326-platform-monitor.service
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
Oops, something went wrong.