Merge pull request #122 from vishwabmc/master
Add the missing binary into Palmetto config file
diff --git a/configs/Palmetto.py b/configs/Palmetto.py
index bbe4afc..1eed30d 100644
--- a/configs/Palmetto.py
+++ b/configs/Palmetto.py
@@ -154,6 +154,12 @@
'monitor_process' : True,
'process_name' : 'chassis_control.py',
},
+ 'restore' : {
+ 'system_state' : 'BMC_READY',
+ 'start_process' : True,
+ 'monitor_process' : False,
+ 'process_name' : 'discover_system_state.py',
+ },
'bmc_control' : {
'system_state' : 'BMC_STARTING',
'start_process' : True,