summaryrefslogtreecommitdiffstats
path: root/xyz/openbmc_project/State/OperatingSystem/Status.interface.yaml
blob: 60852f3d205f40aa1fbf02637dc9b49672e9a415 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
description: >
    Implement to set the operating system status.

properties:
    - name: OperatingSystemState
      type: enum[self.OSStatus]
      default: BootComplete
      description: >
        Current state of the operating system.

enumerations:
   - name: OSStatus
     description: >
       The operaing system statuses.
     values:
       - name: CBoot
         description: >
           C Boot Completed.
       - name: PXEBoot
         description: >
           PXE Boot Completed.
       - name: DiagBoot
         description: >
           Diagnostic Boot Completed.
       - name: CDROMBoot
         description: >
           CD-ROM Boot completed.
       - name: ROMBoot
         description: >
           ROM Boot Completed
       - name: BootComplete
         description: >
           Boot Completed or Unspecified Boot Device.
OpenPOWER on IntegriCloud