Skip to content

Commit

Permalink
[Dell] [Z9100] Supporting PreEmphasis Settings for Optics (sonic-net#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sridhar-ravindran authored and lguohan committed Feb 6, 2019
1 parent 922fdc5 commit ed2d87a
Show file tree
Hide file tree
Showing 6 changed files with 1,620 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ common/fstrim.timer etc/systemd/system
common/fstrim.service etc/systemd/system
common/platform_reboot usr/share/sonic/device/x86_64-dell_z9100_c2538-r0
z9100/scripts/platform_sensors.py usr/local/bin
z9100/scripts/z9100_qsfp_monitor.py usr/local/bin
z9100/scripts/z9100_preemp_db.py usr/local/bin
z9100/scripts/qsfp_monitor usr/local/bin
z9100/scripts/sensors usr/bin
z9100/cfg/z9100-modules.conf etc/modules-load.d
z9100/systemd/platform-modules-z9100.service etc/systemd/system
z9100/systemd/z9100-qsfp-monitor.service etc/systemd/system
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ depmod -a
systemctl enable platform-modules-z9100.service
systemctl start platform-modules-z9100.service

# Enable Dell-Z9100-Qsfp-Monitor-service
systemctl enable z9100-qsfp-monitor.service
systemctl start z9100-qsfp-monitor.service

#DEBHELPER#
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/bash
if [ -r /usr/local/bin/z9100_qsfp_monitor.py ]; then
python /usr/local/bin/z9100_qsfp_monitor.py &
fi
Loading

0 comments on commit ed2d87a

Please sign in to comment.