summaryrefslogtreecommitdiffstats
path: root/meta-intel/meta-common/recipes-phosphor/leds/intel-led-manager-config/led.yaml
blob: 813ffbfd44af458edb26b05627c366fba6154413 (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
34
35
36
bmc_booted:

power_on:

status_ok:
    status_green:
        Action: 'On'
    status_amber:
        Action: 'Off'

status_degraded:
    status_green:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000
    status_amber:
        Action: 'Off'

status_non_critical:
    status_green:
        Action: 'Off'
    status_amber:
        Action: 'Blink'
        DutyOn: 50
        Period: 1000

status_critical:
    status_green:
        Action: 'Off'
    status_amber:
        Action: 'On'

enclosure_identify:
    identify:
        Action: 'On'

OpenPOWER on IntegriCloud