[Arista] Update platform library submodules (#8594)
- Disable health monitoring of `psu.voltage` until support is implemented - chassis: disable provisioning bit once linecard has booted - chassis: fix issue in `show version` when running as `admin` - chassis: fix race when reading an eeprom before it's available - chassis: implement `get_all_asics` call - api: fix `ChassisBase.get_system_eeprom_info` implementation - api: add missing thermal condition and info - api: fix return value of `ChassisBase.set_status_led` - sfp: introduce SfpOptoeBase implementation used based on configuration knob - psu: rely on pmbus to read input/output status when other mechanism is missing - misc: other refactors and improvements
This commit is contained in:
parent
661df5106a
commit
2e4f473237
@ -3,6 +3,7 @@
|
||||
"devices_to_ignore": [
|
||||
"asic",
|
||||
"psu.temperature",
|
||||
"psu.voltage",
|
||||
"PSU2 Fan",
|
||||
"PSU1 Fan"
|
||||
],
|
||||
|
@ -1 +1 @@
|
||||
Subproject commit 6e8ccd3379d5e89f4e80b11391818e648d928d94
|
||||
Subproject commit 89018d0623191ecd477c869339ca795f91f6c68c
|
@ -1 +1 @@
|
||||
Subproject commit 6e8ccd3379d5e89f4e80b11391818e648d928d94
|
||||
Subproject commit 89018d0623191ecd477c869339ca795f91f6c68c
|
Reference in New Issue
Block a user