blob: d31b3044502cd1464f78d3fe33b1f0c52162e176 [file] [log] [blame]
Matt Spinlerbde651b2017-05-16 10:49:57 -05001manager_configuration:
2 power_on_delay: 20
3
4zone_configuration:
5
Matt Spinler121d14a2017-03-28 13:06:37 -05006#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: 10500
Matthew Barth88ffdbb2017-06-27 10:53:24 -050016 default_floor: 8000
Matthew Barth45312ca2017-06-30 10:22:28 -050017 increase_delay: 5
18 decrease_interval: 30
Matthew Barthb43cf562019-02-14 15:31:05 -060019 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.
Matt Spinler121d14a2017-03-28 13:06:37 -050043
44#Water cooled zones
45- zone_conditions:
46 - name: water_and_air_cooled_chassis
47
48 zones:
49 - zone: 0
50 cooling_profiles:
51 - water
52 - all
53 full_speed: 10500
Matthew Barth88ffdbb2017-06-27 10:53:24 -050054 default_floor: 8000
Matthew Barth45312ca2017-06-30 10:22:28 -050055 increase_delay: 5
56 decrease_interval: 30
Matthew Barthb43cf562019-02-14 15:31:05 -060057 interfaces:
58 - name: xyz.openbmc_project.Control.ThermalMode
59 properties:
60 - name: Supported
61 type: array[string]
62 values:
63 - value: DEFAULT
64 description: >
65 Default thermal control mode
66 - name: Current
67 type: string
68 persist: true
69 values:
70 - value: DEFAULT
71 description: >
72 Set current thermal control mode to the
73 default. No other modes are supported.