Skip to content

Commit

Permalink
Replace OBM reset with shell reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Longever committed Jul 29, 2016
1 parent 8e8d4b2 commit 08c18c2
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions lib/graphs/discovery-redfish-system-graph.js
Expand Up @@ -16,10 +16,6 @@ module.exports = {
'reboot-start': {
'obmServiceName': 'redfish-obm-service',
'force': true
},
'reboot-end': {
'obmServiceName': 'redfish-obm-service',
'force': true
}
},
tasks: [
Expand Down Expand Up @@ -102,8 +98,8 @@ module.exports = {
ignoreFailure: true
},
{
label: 'reboot-end',
taskName: 'Task.Obm.Node.Reboot',
label: 'shell-reboot',
taskName: 'Task.ProcShellReboot',
waitOn: {
'catalog-lldp': 'finished'
}
Expand All @@ -112,7 +108,7 @@ module.exports = {
label: 'finish-bootstrap-trigger',
taskName: 'Task.Trigger.Send.Finish',
waitOn: {
'reboot-end': 'finished'
'shell-reboot': 'finished'
}
},
{
Expand Down

0 comments on commit 08c18c2

Please sign in to comment.