Update LED group definition for Barreleye box
Change-Id: I48c79cc0fd9d847cba3aeb57ee5392deac230fc3
Signed-off-by: Vishwanatha Subbanna <vishwa@linux.vnet.ibm.com>
diff --git a/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml b/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml
index 7746cb4..3a65506 100755
--- a/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml
+++ b/meta-barreleye/recipes-phosphor/leds/barreleye-led-manager-config/led.yaml
@@ -1,9 +1,14 @@
-BmcBoot:
+BmcBooted:
+ heartbeat:
+ Action: 'On'
+ DutyOn: 50
+ Period: 0
+PowerOn:
beep:
Action: 'On'
DutyOn: 50
Period: 0
-HostBoot:
+EnclosureFault:
identify:
Action: 'On'
DutyOn: 50
@@ -13,18 +18,3 @@
Action: 'Blink'
DutyOn: 50
Period: 1000
-HeartBeat:
- heartbeat:
- Action: 'On'
- DutyOn: 50
- Period: 0
-BeepIdentifyTest:
- beep:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000
-HeartBeatIdentifyTest:
- heartbeat:
- Action: 'Blink'
- DutyOn: 50
- Period: 1000