Skip to content
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

201807 #14

Merged
merged 29 commits into from
Dec 25, 2018
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
5e48e6c
[barefoot]: Update bfn deb pkg urls for 201807 (#1963)
mkbalani Aug 22, 2018
f07181e
[201807][platform] Accton: As5712-54x. Fix sfputil and accton_util (…
roylee123 Aug 30, 2018
90257f5
[devices]: Update 201807 release with transceiver detection for arist…
zzhiyuan Sep 5, 2018
be56470
[Mellanox] Update hw-management service config (#2019)
andriymoroz-mlnx Sep 6, 2018
dd94d9d
[mellanox]: Fix qos.json.j2: apply qos config for active ports (#1932)
stepanblyschak Aug 16, 2018
6293178
[mlnx-sfp-plugin] enhancement to support transceiver sensor monitorin…
keboliu Aug 2, 2018
e237df8
[docker-platform-monitor] make file and supervisord conf change for n…
keboliu Aug 3, 2018
97b5f3d
update sonic-platform-common submodule for xcvrd support (#1901)
keboliu Aug 6, 2018
8fc6874
[mlnx-platform] enhancement for xcvrd implementation on mlnx platform…
keboliu Aug 17, 2018
bc4a39f
[swsssdk]: update DBInterface submodule (#1942)
keboliu Aug 17, 2018
6cf2d10
[snmpagent]: update snmpagent submodule
lguohan Sep 6, 2018
0aeba8a
[devices]: Update arista driver submodule (#2057)
Staphylo Sep 19, 2018
2ffbb0e
[barefoot]: Fix bfn sde dep (#2086)
mkbalani Sep 27, 2018
786a908
[submodules]: update sonic-linux-kernel
lguohan Oct 3, 2018
352532a
[submodule]: update sonic-linux-kernel
lguohan Oct 3, 2018
fd7c190
[submodules] update dbsyncd and snmpagent pointers for LLDP MIB support
Sep 26, 2018
c2b1cae
[arista] Update Arista drivers submodule (#2107)
Staphylo Oct 4, 2018
182c351
[devices]: Update arista submodules for SFP txdisable toggle (#2123)
zzhiyuan Oct 5, 2018
12fe300
[devices]: Align flash partition at 1M (#2104)
Staphylo Oct 2, 2018
56b8a2c
[centec]: update centec platform driver and device data (#2060)
yangbashuang Oct 16, 2018
83c2115
[devices]: Update arista driver submodule (#2251)
Staphylo Nov 16, 2018
b818397
Dell submodule update for depmod fixes (#2292)
Nov 22, 2018
2ffa1e9
[Mellanox] Update hw-management service config (#2325)
kevinwangsk Dec 1, 2018
9a64452
Store thrift source packages in blob (#2255)
qiluo-msft Nov 14, 2018
8b6d69a
Fix bug: wget rename saved file (#2259)
qiluo-msft Nov 15, 2018
4af5328
[thrift]: change wget download from -nc to -N (#2268)
lguohan Nov 18, 2018
fea4bdf
Fix redis-py version to 2.10.6 (#2342)
kevinwangsk Dec 4, 2018
c164caf
update sdk and sai for 201807 (#2330)
simonJi2018 Dec 4, 2018
a1e6c2c
Add Pegatron project to branch 201807 (#2299)
Peter5Lin Dec 4, 2018
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
[Mellanox] Update hw-management service config (sonic-net#2019)
Signed-off-by: Andriy Moroz <[email protected]>
andriymoroz-mlnx authored and lguohan committed Sep 6, 2018

Verified

This commit was signed with the committer’s verified signature.
ararslan Alex Arslan
commit be56470ab0da978cb78125b2c3cebb152f0ac577
Original file line number Diff line number Diff line change
@@ -29,14 +29,15 @@ new file mode 100644
index 0000000..d18916d
--- /dev/null
+++ b/debian/hw-management.service
@@ -0,0 +1,10 @@
@@ -0,0 +1,11 @@
+[Unit]
+Description=Mellanox Hardware Management
+
+[Service]
+Type=oneshot
+EnvironmentFile=/host/machine.conf
+ExecStart=/bin/bash -c "/usr/share/sonic/device/$onie_platform/hw-management start"
+ExecStop=/bin/bash -c "/usr/share/sonic/device/$onie_platform/hw-management stop"
+
+[Install]
+WantedBy=multi-user.target