1manager_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: 9500 16 default_floor: 8000 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 - name: Current 29 type: string 30 persist: true 31 values: 32 - value: DEFAULT 33 description: > 34 Set current thermal control mode to the 35 default which will be replaced on startup if 36 another supported mode was selected & persisted. 37 38#Water cooled zones 39- zone_conditions: 40 - name: water_and_air_cooled_chassis 41 42 zones: 43 - zone: 0 44 cooling_profiles: 45 - water 46 - all 47 full_speed: 9500 48 default_floor: 8000 49 increase_delay: 5 50 decrease_interval: 30 51 interfaces: 52 - name: xyz.openbmc_project.Control.ThermalMode 53 properties: 54 - name: Supported 55 type: array[string] 56 values: 57 - value: DEFAULT 58 description: > 59 Default thermal control mode 60 - name: Current 61 type: string 62 persist: true 63 values: 64 - value: DEFAULT 65 description: > 66 Set current thermal control mode to the 67 default which will be replaced on startup if 68 another supported mode was selected & persisted. 69