blob: 86d239ee4bf81f63b489573a0e045c3445102e42 [file] [log] [blame]
Vernon Mauery991b2b82022-09-26 16:16:45 -07001description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06002 An interface for node shutdown policy on multi-node products. It is used by
3 Intel OEM IPMI command.
Vernon Mauery991b2b82022-09-26 16:16:45 -07004properties:
5 - name: OCOTPolicy
6 type: enum[self.Policy]
7 description: >
Patrick Williamsa1347412022-12-06 10:56:22 -06008 Node shutdown policy on a power supply over current(OC) or over
9 temperature(OT) event, Only available on multi-node products.
Vernon Mauery991b2b82022-09-26 16:16:45 -070010
Patrick Williamsa1347412022-12-06 10:56:22 -060011 default: "NoShutdownOnOCOT"
Vernon Mauery991b2b82022-09-26 16:16:45 -070012
13enumerations:
Patrick Williamsa1347412022-12-06 10:56:22 -060014 - 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.