jostar-yang
a6efbaed97
[device]Add check exception case when read port present fail ( #4107 )
...
Modify get_psu_presence(). Move read() and close() to "try: ... except IOError:" To avoid when read
port present sysfs fail. This exception will let sfputil.py to exit. So "sfputil show eeprom" can't show other port status.
2020-02-07 07:53:55 -08:00
brandonchuang
47a9a614bd
[device] Add pmon_daemon_control.json for accton ( #3340 )
...
Add pmon_daemon_control.json for accton devices which do not need led_control
Signed-off-by: brandon_chuang <brandon_chuang@edge-core.com>
2019-08-15 01:27:38 -07:00
brandonchuang
8b225d3ca1
[devices]: Add lpmode in sfputil.py for Accton AS7512 ( #3005 )
...
Signed-off-by: brandon_chuang <brandon_chuang@edge-core.com>
2019-06-28 21:50:30 -07:00
Taoyu Li
018b5899be
[updategraph] add support to use preset config instead of default minigraph ( #2050 )
...
* [updategraph] add support to use preset config instead of default minigraph
* Fix variable case
* Remove default minigraph case
* Remove default minigraphs and add default_sku files
2018-09-21 22:01:10 -07:00
Kebo Liu
ac7e06debd
[devices]: add stubs for new API in SfpUtilBase for all devices ( #2038 )
2018-09-12 09:40:29 -07:00
Nadiya
f88734b391
Fix sfp cli commands ( #1482 )
...
Signed-off-by: Nadiya Stetskovych <Nadiya.Stetskovych@cavium.com>
2018-03-12 09:27:36 -07:00
Taoyu Li
6f12ff286d
[minigraph]: Set hostname in all default minigraphs to 'sonic' ( #1333 )
2018-01-23 18:16:15 -08:00
Joe LeVeque
f49cac086f
Remove extra trailing newlines at EOF ( #804 )
...
Files now end with a single newline
2017-07-12 20:54:37 -07:00
Nadiya
cd0159ec62
[platform] Control only 2 thermals (4A & 4B) ( #663 )
...
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
2017-06-02 09:59:50 -07:00
Nadiya
a7fbd775c6
[platform] Add as7512 sfp/eeprom utils ( #531 )
...
* Cavm platfrom modules insmod on start
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
* Add as77512 platform utils
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
* Move platform related init to platform modules
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
2017-05-18 00:59:54 -07:00
Nadiya
71e3ee8bf2
Fancontrol for AS7512 ( #575 )
...
Signed-off-by: Nadiya.Stetskovych <Nadiya.Stetskovych@cavium.com>
2017-05-18 00:58:21 -07:00
Roy Lee
f9b88e19e6
[Accton]as7512-32x: change console speed to be 115200 as BIOS's & ONIE's in default. ( #536 )
2017-04-26 19:32:01 -07:00
Oleksandr Ivantsiv
c7ea3470ed
[swss]: Generate config files for Everflow and IPinIP from minigraph ( #507 )
...
[swss]: Generate config files for Everflow and IPinIP from minigraph
- Add Everflow DST IP to minigraph file
- Extend minigraph.py to support Everflow
- Add templates file for Everflow and IPinIP configuration
- Add config.sh for swss docker to generate config files
2017-04-21 14:28:29 -07:00
Joe LeVeque
423a1acac1
[installer]: Move platform-specific files under new device/ tree ( #450 )
...
* Move platform-specific ONIE installer config files with rest of device-specific files
* Merge contents of dell-s6000-replace-reboot.sh into s6000 installer conf file
* Remove dell-s6000-replace-reboot.sh
2017-03-29 04:17:49 -07:00
Taoyu Li
bd6bf1ff9a
[config] [oneimage & dhcp relay docker] Move ntp, rsyslog, and dhcp server information into minigraph ( #374 )
...
Move DHCP, rsyslog, and NTP server information into minigraph
* Fix dhcp relay template according to CR
2017-03-06 12:41:26 -08:00
lguohan
80e3dc0df7
[device]: add missing sai profile and minigraph for the supported devices ( #362 )
...
change orchagent start.sh to use mounted hwsku directory
2017-03-02 23:53:20 -08:00
lguohan
0ed9b3ce28
[platform]: remove sku from build parameter ( #350 )
...
different sku will be contained in a single one sonic image.
no longer need to specify sku at the build time
2017-03-01 17:05:13 -08:00
Joe LeVeque
2a551d3c60
Consolidate device-specific files; install as a Debian package ( #316 )
...
( All device-specific files now reside under /device directory in a <vendor-name>/<platform-string>/<hardware-SKU> directory structure in repo.
* Device-specific files are now packaged into a Debian package (sonic-device-data) and are now installed to /usr/share/sonic/device/<platform-string>/<hardware-SKU>/ directory on switch.
2017-02-27 00:13:36 -08:00