Merge pull request #86 from anoo1/mb
Read vpd from motherboard and add it to the inventory
diff --git a/bin/Barreleye.py b/bin/Barreleye.py
index 6c28fc2..66691fa 100755
--- a/bin/Barreleye.py
+++ b/bin/Barreleye.py
@@ -190,6 +190,13 @@
'process_name' : 'phosphor-read-eeprom',
'args' : ['--eeprom','/sys/bus/i2c/devices/0-0050/eeprom','--fruid','64'],
},
+ 'motherboard_vpd' : {
+ 'system_state' : 'BMC_STARTING2',
+ 'start_process' : True,
+ 'monitor_process' : False,
+ 'process_name' : 'phosphor-read-eeprom',
+ 'args' : ['--eeprom','/sys/bus/i2c/devices/4-0054/eeprom','--fruid','3'],
+ },
'exp_vpd' : {
'system_state' : 'BMC_STARTING2',
'start_process' : True,