blob: 131b844be2ea07761160af3f37f7e15c1175abc6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
|
groups:
- name: air_cooled_zone0_fans
description: Group of fan inventory objects for air cooled zone 0
type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan2
- name: water_and_air_cooled_zone0_fans
description: Group of fan inventory objects for water/air cooled zone 0
type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan2
- name: air_cooled_zone2_fans
description: Group of fan inventory objects for air cooled zone 2
type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan0
- name: water_and_air_cooled_zone2_fans
description: Group of fan inventory objects for water/air cooled zone 2
type: /xyz/openbmc_project/inventory
members:
- /system/chassis/motherboard/fan0
- name: zone2_ambient
description: Group of ambient temperature sensors for zone 2
type: /xyz/openbmc_project/sensors
members:
- /temperature/ambient
- /temperature/cpu_1_ambient
- /temperature/pcie
- name: occ0_object
description: Dbus object containing OCC0 properties
type: /org/open_power/control
members:
- /occ0
- name: zone0_cores
description: Group of core temperature sensors for zone 0
type: /xyz/openbmc_project/sensors
members:
- /temperature/p0_core0_temp
- /temperature/p0_core1_temp
- /temperature/p0_core2_temp
- /temperature/p0_core3_temp
- /temperature/p0_core4_temp
- /temperature/p0_core5_temp
- /temperature/p0_core6_temp
- /temperature/p0_core7_temp
- /temperature/p0_core8_temp
- /temperature/p0_core9_temp
- /temperature/p0_core10_temp
- /temperature/p0_core11_temp
- /temperature/p0_core12_temp
- /temperature/p0_core13_temp
- /temperature/p0_core14_temp
- /temperature/p0_core15_temp
- /temperature/p0_core16_temp
- /temperature/p0_core17_temp
- /temperature/p0_core18_temp
- /temperature/p0_core19_temp
- /temperature/p0_core20_temp
- /temperature/p0_core21_temp
- /temperature/p0_core22_temp
- /temperature/p0_core23_temp
- name: zone0_regulators
description: Group of regulator temperature sensors for zone 0
type: /xyz/openbmc_project/sensors
members:
- /temperature/p0_vdd_temp
- name: zone0_dimms
description: Group of dimm temperature sensors for zone 0
type: /xyz/openbmc_project/sensors
members:
- /temperature/dimm0_temp
- /temperature/dimm1_temp
- /temperature/dimm2_temp
- /temperature/dimm3_temp
- /temperature/dimm4_temp
- /temperature/dimm5_temp
- /temperature/dimm6_temp
- /temperature/dimm7_temp
- name: zone0_pcie
description: Group of pcie temperature sensors for zone 0
type: /xyz/openbmc_project/sensors
members:
- /temperature/pcie
matches:
- name: propertiesChanged
description: >
A property changed match
parameters:
- object
- interface
signal: propertySignal
- name: interfacesAdded
description: >
An interfaces added match
parameters:
- object
signal: objectSignal
- name: interfacesRemoved
description: >
An interfaces removed match
parameters:
- object
signal: objectSignal
- name: nameOwnerChanged
description: >
A name owner changed match
parameters:
- object
- interface
signal: ownerSignal
signals:
- name: propertySignal
description: >
Handle property signals
parameters:
- type
- object
- interface
- property
handler: setProperty
- name: objectSignal
description: >
Handle object signals
parameters:
- type
- object
- interface
- property
handler: setProperty
- name: ownerSignal
description: >
Handle owner signals
parameters:
- object
- interface
handler: setService
handlers:
- name: setProperty
description: >
Sets a value for the given object/interface/property
parameters:
- type
- object
- interface
- property
- name: setService
description: >
Sets the service name(s) for the given group
parameters:
- group
preconditions:
- name: property_states_match
description: >
All defined properties must match the values given to
enable a set speed event otherwise fan speeds are set to full
parameters:
- groups
actions:
- name: call_actions_based_on_timer
description: >
Sets up a list of actions to be invoked when the defined timer
expires (or for each expiration of a repeating timer)
parameters:
- timer
- actions
- name: default_floor_on_missing_owner
description: >
Set the fan floor to the default floor
- name: set_speed_on_missing_owner
description: >
Set fans to the given speed when any service within the group
no longer exists
parameters:
- speed
- name: set_request_speed_base_with_max
description: >
Set the base request speed of a zone to the max value of a group for
calculating a new target speed
- name: count_state_before_speed
description: Set the speed when a number of properties at a state
parameters:
- count
- property
- speed
- name: set_floor_from_average_sensor_value
description: Set floor speed from first entry with average less than key
parameters:
- map
- name: set_ceiling_from_average_sensor_value
description: Set ceiling speed based on key transition values with average
parameters:
- map
- name: set_net_increase_speed
description: >
Set the speed increase delta based on a factor applied to
the delta increase size times the given value and property's
value difference
parameters:
- property
- factor
- delta
- name: set_net_decrease_speed
description: >
Set the speed decrease delta based on a factor applied to
the delta decrease size times the given value and property's
value difference
parameters:
- property
- factor
- delta
- name: run_pid_control
description: >
Runs PID control trying to keep value at property
parameters:
- property
- integrator_timestep
- kp
- ki
- kd
events:
- name: default_fan_floor_on_service_fail
# No global zone conditions defined == all unless defined on group
groups:
- name: zone2_ambient
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: nameOwnerChanged
actions:
- name: call_actions_based_on_timer
timer:
delay: 5
type: oneshot
actions:
- name: default_floor_on_missing_owner
- name: missing_before_high_speed_air_zone0
groups:
- name: air_cooled_zone0_fans
zone_conditions:
- name: air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.Inventory.Item
property:
name: Present
type: bool
matches:
- name: propertiesChanged
actions:
- name: count_state_before_speed
count: 1
property:
value: false
type: bool
speed:
value: 1000
type: uint64_t
- name: fails_before_high_speed_air_zone0
groups:
- name: air_cooled_zone0_fans
zone_conditions:
- name: air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.State.Decorator.OperationalStatus
property:
name: Functional
type: bool
matches:
- name: propertiesChanged
actions:
- name: count_state_before_speed
count: 1
property:
value: false
type: bool
speed:
value: 1000
type: uint64_t
- name: missing_before_high_speed_water_and_air_zone0
groups:
- name: water_and_air_cooled_zone0_fans
zone_conditions:
- name: water_and_air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.Inventory.Item
property:
name: Present
type: bool
matches:
- name: propertiesChanged
actions:
- name: count_state_before_speed
count: 1
property:
value: false
type: bool
speed:
value: 1000
type: uint64_t
- name: fails_before_high_speed_water_and_air_zone0
groups:
- name: water_and_air_cooled_zone0_fans
zone_conditions:
- name: water_and_air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.State.Decorator.OperationalStatus
property:
name: Functional
type: bool
matches:
- name: propertiesChanged
actions:
- name: count_state_before_speed
count: 1
property:
value: false
type: bool
speed:
value: 1000
type: uint64_t
- name: set_air_cooled_speed_boundaries_based_on_ambient
groups:
- name: zone2_ambient
zone_conditions:
- name: air_cooled_chassis
zones:
- 2
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: propertiesChanged
actions:
- name: set_floor_from_average_sensor_value
map:
value:
- 22000: 100
type: std::map<int64_t, uint64_t>
- name: set_ceiling_from_average_sensor_value
map:
value:
- 27000: 1000
type: std::map<int64_t, uint64_t>
- name: set_water_cooled_speed_boundaries_based_on_ambient
groups:
- name: zone2_ambient
zone_conditions:
- name: water_and_air_cooled_chassis
zones:
- 2
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: propertiesChanged
actions:
- name: set_floor_from_average_sensor_value
map:
value:
- 22000: 250
type: std::map<int64_t, uint64_t>
- name: set_ceiling_from_average_sensor_value
map:
value:
- 27000: 1000
type: std::map<int64_t, uint64_t>
- name: speed_changes_based_on_regulator_temps
groups:
- name: zone0_regulators
zone_conditions:
- name: air_cooled_chassis
zones:
- 0
- name: water_and_air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: interfacesAdded
- name: propertiesChanged
actions:
- name: set_net_increase_speed
property:
value: 85000
type: int64_t
factor:
value: 1000
type: int64_t
delta:
value: 40
type: uint64_t
timer:
interval: 5
- name: occ_active_speed_changes_zone0
precondition:
name: property_states_match
groups:
- name: occ0_object
interface: org.open_power.OCC.Status
property:
name: OccActive
type: bool
value: true
matches:
- name: interfacesAdded
- name: propertiesChanged
events:
- name: speed_changes_based_on_core_temps_zone0
groups:
- name: zone0_cores
zone_conditions:
- name: air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: interfacesAdded
- name: propertiesChanged
actions:
- name: run_pid_control
property:
value: 63000
type: int64_t
integrator_timestep:
value: 1
type: int64_t
kp:
value: 3500
type: int64_t
ki:
value: 100
type: int64_t
kd:
value: 0
type: int64_t
# Ensure PID values are always translated out to hardware
# This do-nothing "speed increase" is always called on every loop invocation
- name: set_net_increase_speed
property:
value: 0
type: int64_t
factor:
value: 0
type: int64_t
delta:
value: 0
type: uint64_t
timer:
interval: 5
- name: speed_changes_based_on_dimm_temps_zone0
groups:
- name: zone0_dimms
zone_conditions:
- name: air_cooled_chassis
zones:
- 0
- name: water_and_air_cooled_chassis
zones:
- 0
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: interfacesAdded
- name: propertiesChanged
actions:
- name: set_net_increase_speed
property:
value: 64000
type: int64_t
factor:
value: 1000
type: int64_t
delta:
value: 4
type: uint64_t
timer:
interval: 5
- name: occ_active_speed_changes_zone2
precondition:
name: property_states_match
groups:
- name: occ0_object
interface: org.open_power.OCC.Status
property:
name: OccActive
type: bool
value: true
matches:
- name: interfacesAdded
- name: propertiesChanged
events:
- name: speed_changes_based_on_ambient_temp
groups:
- name: zone2_ambient
zone_conditions:
- name: air_cooled_chassis
zones:
- 2
- name: water_and_air_cooled_chassis
zones:
- 2
interface: xyz.openbmc_project.Sensor.Value
property:
name: Value
type: int64_t
matches:
- name: interfacesAdded
- name: propertiesChanged
actions:
- name: run_pid_control
property:
value: 42000
type: int64_t
integrator_timestep:
value: 1
type: int64_t
kp:
value: 2500
type: int64_t
ki:
value: 50
type: int64_t
kd:
value: 0
type: int64_t
# Ensure PID values are always translated out to hardware
# This do-nothing "speed increase" is always called on every loop invocation
- name: set_net_increase_speed
property:
value: 0
type: int64_t
factor:
value: 0
type: int64_t
delta:
value: 0
type: uint64_t
timer:
interval: 5
|