Matt Spinler | e2e0596 | 2017-05-16 10:49:57 -0500 | [diff] [blame] | 1 | manager_configuration: |
| 2 | power_on_delay: 20 |
| 3 | |
| 4 | zone_configuration: |
| 5 | |
Matt Spinler | f2cda7e | 2017-03-28 13:06:37 -0500 | [diff] [blame] | 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: 10500 |
Matthew Barth | b880404 | 2017-06-27 10:53:24 -0500 | [diff] [blame] | 16 | default_floor: 8000 |
Matthew Barth | 116bb89 | 2017-06-30 10:22:28 -0500 | [diff] [blame] | 17 | increase_delay: 5 |
| 18 | decrease_interval: 30 |
Matthew Barth | 8e08d60 | 2019-02-14 15:31:05 -0600 | [diff] [blame] | 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. |
Matt Spinler | f2cda7e | 2017-03-28 13:06:37 -0500 | [diff] [blame] | 43 | |
| 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 Barth | b880404 | 2017-06-27 10:53:24 -0500 | [diff] [blame] | 54 | default_floor: 8000 |
Matthew Barth | 116bb89 | 2017-06-30 10:22:28 -0500 | [diff] [blame] | 55 | increase_delay: 5 |
| 56 | decrease_interval: 30 |
Matthew Barth | 8e08d60 | 2019-02-14 15:31:05 -0600 | [diff] [blame] | 57 | 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. |