blob: 4deb2523eb7271c99c6af3ef07d038216b12252f [file] [log] [blame]
Ben_Paifba51212019-08-05 18:34:34 +08001manager_configuration:
2 power_on_delay: 20
3
4zone_configuration:
5
6#Air cooled zones
7- zone_conditions:
8 - name: air_cooled_chassis
9
10 zones:
11 - zone: 0
12 cooling_profiles:
13 - air
14 - all
15 full_speed: 255
16 default_floor: 195
17 increase_delay: 5
18 decrease_interval: 30
19 interfaces:
20 - name: xyz.openbmc_project.Control.ThermalMode
21 properties:
22 - name: Supported
23 type: array[string]
24 values:
25 - value: DEFAULT
26 description: >
27 Default thermal control mode
28 - value: CUSTOM
29 description: >
30 Custom thermal control mode for handling the use of
31 optical cables located behind the GPU exhaust that
32 could produce overtemp warnings without this mode
33 enabled.
34 - name: Current
35 type: string
36 persist: true
37 values:
38 - value: DEFAULT
39 description: >
40 Set current thermal control mode to the
41 default which will be replaced on startup if
42 another selected mode was persisted.