causten | 217cd61 | 2017-07-07 11:58:04 -0500 | [diff] [blame] | 1 | bmc_booted: |
Lei YU | e924ba0 | 2017-11-06 15:54:38 +0800 | [diff] [blame] | 2 | power: |
| 3 | Action: 'Blink' |
| 4 | DutyOn: 50 |
| 5 | Period: 1000 |
| 6 | Priority: 'On' |
causten | 217cd61 | 2017-07-07 11:58:04 -0500 | [diff] [blame] | 7 | |
| 8 | power_on: |
Lei YU | e924ba0 | 2017-11-06 15:54:38 +0800 | [diff] [blame] | 9 | power: |
| 10 | Action: 'On' |
| 11 | DutyOn: 50 |
| 12 | Period: 0 |
| 13 | Priority: 'On' |
causten | 217cd61 | 2017-07-07 11:58:04 -0500 | [diff] [blame] | 14 | |
| 15 | enclosure_fault: |
| 16 | fault: |
| 17 | Action: 'On' |
| 18 | |
| 19 | enclosure_identify: |
| 20 | identify: |
| 21 | Action: 'Blink' |
| 22 | DutyOn: 50 |
| 23 | Period: 1000 |
| 24 | |
| 25 | # The Op Panel on the Romulus system holds a multicolor LED. |
| 26 | # Both the 'fault' and 'identify' gpios are wired to the same LED. |
| 27 | # By holding one in 'on' while the other in 'blink' state, ensures |
| 28 | # the manufacturing process can verify both colors function |
| 29 | lamp_test: |
| 30 | fault: |
| 31 | Action: 'Blink' |
| 32 | DutyOn: 50 |
| 33 | Period: 1000 |
| 34 | identify: |
| 35 | Action: 'On' |