Matt Spinler | 77d32d1 | 2017-04-12 09:51:41 -0500 | [diff] [blame^] | 1 | #Example fan definitions for phosphor-fan-control |
| 2 | |
| 3 | #List all fans that need to be known to phosphor-fan-control. |
| 4 | #For each fan, the inventory path, cooling zone, cooling zone |
| 5 | #profile, and sensor name(s). |
| 6 | |
| 7 | #fans: |
| 8 | # - inventory: [The system inventory location for the fan] |
| 9 | # cooling_zone: [The cooling zone number for the fan] |
| 10 | # cooling_profile: [The cooling profile for the fan] |
| 11 | # sensors: [The list of sensors for this fan] |
| 12 | |
| 13 | #The cooling zone, a number, and the cooling profile, a string, |
| 14 | #have to match the corresponding values in the fan zone yaml |
| 15 | #so the fans can be merged into the zone definition. |
| 16 | |
| 17 | #Example entries for 2 fan system: |
| 18 | #fans: |
| 19 | # - inventory: /system/chassis/motherboard/fan0 |
| 20 | # cooling_zone: 0 |
| 21 | # cooling_profile: all |
| 22 | # sensors: |
| 23 | # - fan0 |
| 24 | # - inventory: /system/chassis/motherboard/fan1 |
| 25 | # cooling_zone: 0 |
| 26 | # cooling_profile: air |
| 27 | # sensors: |
| 28 | # - fan1 |