Vernon Mauery | 991b2b8 | 2022-09-26 16:16:45 -0700 | [diff] [blame] | 1 | description: > |
| 2 | An interface for node shutdown policy on multi-node products. |
| 3 | It is used by Intel OEM IPMI command. |
| 4 | properties: |
| 5 | - name: OCOTPolicy |
| 6 | type: enum[self.Policy] |
| 7 | description: > |
| 8 | Node shutdown policy on a power supply over current(OC) |
| 9 | or over temperature(OT) event, |
| 10 | Only available on multi-node products. |
| 11 | |
| 12 | default: 'NoShutdownOnOCOT' |
| 13 | |
| 14 | enumerations: |
| 15 | - name: Policy |
| 16 | description: > |
| 17 | The type of shutdown policy. |
| 18 | values: |
| 19 | - name: 'NoShutdownOnOCOT' |
| 20 | description: > |
| 21 | Do not shutdown node on an OC/OT event. |
| 22 | - name: 'ShutdownOnOCOT' |
| 23 | description: > |
| 24 | Shutdown node on an OC/OT event. |