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 |
Matt Spinler | f2cda7e | 2017-03-28 13:06:37 -0500 | [diff] [blame] | 19 | |
| 20 | #Water cooled zones |
| 21 | - zone_conditions: |
| 22 | - name: water_and_air_cooled_chassis |
| 23 | |
| 24 | zones: |
| 25 | - zone: 0 |
| 26 | cooling_profiles: |
| 27 | - water |
| 28 | - all |
| 29 | full_speed: 10500 |
Matthew Barth | b880404 | 2017-06-27 10:53:24 -0500 | [diff] [blame] | 30 | default_floor: 8000 |
Matthew Barth | 116bb89 | 2017-06-30 10:22:28 -0500 | [diff] [blame] | 31 | increase_delay: 5 |
| 32 | decrease_interval: 30 |