blob: ccbb6e283fdf3bcaba399e5d3aaa56ff88372e44 [file] [log] [blame]
Yong Li69d861d2018-11-08 14:49:25 +08001description: >
2 An interface for node shutdown policy on multi-node products.
3 It is used by Intel OEM IPMI command.
4properties:
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
14enumerations:
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.