blob: 63303d7c0f9bd824302fd871fae7681effd01be4 [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
Matthew Barth8efc5ed2019-10-09 09:45:17 -050031 PCI cards located behind the GPU exhaust that
32 could overtemp where the default mode is not
33 sufficient enough.
34 - value: HEAVY_IO
35 description: >
36 Heavy IO thermal control mode for handling the use
37 of PCI cards that produce heavy IO utilization and
38 could overtemp.
39 - value: MAX_BASE_FAN_FLOOR
40 description: >
41 Maximum base fan floor mode is for handling the
42 use of any hardware that requires the highest
43 amount of cooling even when the system may be idle.
Matthew Barthb43cf562019-02-14 15:31:05 -060044 - name: Current
45 type: string
46 persist: true
47 values:
48 - value: DEFAULT
49 description: >
50 Set current thermal control mode to the
51 default which will be replaced on startup if
52 another selected mode was persisted.
Matt Spinler121d14a2017-03-28 13:06:37 -050053
54#Water cooled zones
55- zone_conditions:
56 - name: water_and_air_cooled_chassis
57
58 zones:
59 - zone: 0
60 cooling_profiles:
61 - water
62 - all
63 full_speed: 10500
Matthew Barth88ffdbb2017-06-27 10:53:24 -050064 default_floor: 8000
Matthew Barth45312ca2017-06-30 10:22:28 -050065 increase_delay: 5
66 decrease_interval: 30
Matthew Barthb43cf562019-02-14 15:31:05 -060067 interfaces:
68 - name: xyz.openbmc_project.Control.ThermalMode
69 properties:
70 - name: Supported
71 type: array[string]
72 values:
73 - value: DEFAULT
74 description: >
75 Default thermal control mode
Matthew Barth8efc5ed2019-10-09 09:45:17 -050076 - value: CUSTOM
77 description: >
78 Custom thermal control mode for handling the use of
79 PCI cards located behind the GPU exhaust that
80 could overtemp where the default mode is not
81 sufficient enough.
82 - value: HEAVY_IO
83 description: >
84 Heavy IO thermal control mode for handling the use
85 of PCI cards that produce heavy IO utilization and
86 could overtemp.
87 - value: MAX_BASE_FAN_FLOOR
88 description: >
89 Maximum base fan floor mode is for handling the
90 use of any hardware that requires the highest
91 amount of cooling even when the system may be idle.
Matthew Barthb43cf562019-02-14 15:31:05 -060092 - name: Current
93 type: string
94 persist: true
95 values:
Matthew Barth8efc5ed2019-10-09 09:45:17 -050096 - value: DEFAULT
97 description: >
98 Set current thermal control mode to the
99 default which will be replaced on startup if
100 another selected mode was persisted.