Sushil Singh | f7674a5 | 2019-11-19 00:36:15 -0600 | [diff] [blame] | 1 | { |
Sushil Singh | 8f48c8f | 2020-01-16 04:36:25 -0600 | [diff] [blame] | 2 | "BMC image": { |
Sushil Singh | f7674a5 | 2019-11-19 00:36:15 -0600 | [diff] [blame] | 3 | "OnReset": "Redfish OBMC Reboot (off)", |
| 4 | "Immediate": "Wait For Reboot start_boot_seconds=${state['epoch_seconds']}" |
| 5 | }, |
George Keishing | 4c2eb6f | 2020-07-24 02:57:08 -0500 | [diff] [blame] | 6 | "BMC update": { |
| 7 | "OnReset": "Redfish OBMC Reboot (off)", |
| 8 | "Immediate": "Wait For Reboot start_boot_seconds=${state['epoch_seconds']}" |
| 9 | }, |
Sushil Singh | 8f48c8f | 2020-01-16 04:36:25 -0600 | [diff] [blame] | 10 | "Host image": { |
George Keishing | e523fc0 | 2020-03-23 12:28:01 -0500 | [diff] [blame] | 11 | "OnReset": "RF SYS GracefulRestart", |
Sushil Singh | f7674a5 | 2019-11-19 00:36:15 -0600 | [diff] [blame] | 12 | "Immediate": "Wait State os_running_match_state 10 mins" |
George Keishing | 4c2eb6f | 2020-07-24 02:57:08 -0500 | [diff] [blame] | 13 | }, |
| 14 | "Host update": { |
| 15 | "OnReset": "RF SYS GracefulRestart", |
| 16 | "Immediate": "Wait State os_running_match_state 10 mins" |
Sushil Singh | f7674a5 | 2019-11-19 00:36:15 -0600 | [diff] [blame] | 17 | } |
| 18 | } |
| 19 | |