Michael Tritz | 6f69ae5 | 2017-08-02 16:13:24 -0500 | [diff] [blame] | 1 | description: > |
| 2 | An interface to enable field mode, which, when enabled, indicates that the |
| 3 | system is in production. |
| 4 | |
| 5 | properties: |
| 6 | - name: FieldModeEnabled |
| 7 | type: boolean |
| 8 | description: > |
| 9 | Keeps track of whether the BMC is in field mode. Enabling field mode |
Adriana Kobylak | 6a16d70 | 2019-05-01 13:48:39 -0500 | [diff] [blame] | 10 | is intended to be a one-way operation. Therefore the application |
| 11 | implementing this interface could return a NotAllowed error when the |
| 12 | user attempts to set the property value to false. |
Michael Tritz | 6f69ae5 | 2017-08-02 16:13:24 -0500 | [diff] [blame] | 13 | default: false |
Adriana Kobylak | 6a16d70 | 2019-05-01 13:48:39 -0500 | [diff] [blame] | 14 | errors: |
| 15 | - xyz.openbmc_project.Common.Error.NotAllowed |