blob: fa5d8d37958374c9fec70a0222ba3f4faeb2f168 [file] [log] [blame]
causten217cd612017-07-07 11:58:04 -05001bmc_booted:
2
3power_on:
4
5enclosure_fault:
6 fault:
7 Action: 'On'
8
9enclosure_identify:
10 identify:
11 Action: 'Blink'
12 DutyOn: 50
13 Period: 1000
14
15# The Op Panel on the Romulus system holds a multicolor LED.
16# Both the 'fault' and 'identify' gpios are wired to the same LED.
17# By holding one in 'on' while the other in 'blink' state, ensures
18# the manufacturing process can verify both colors function
19lamp_test:
20 fault:
21 Action: 'Blink'
22 DutyOn: 50
23 Period: 1000
24 identify:
25 Action: 'On'