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