Skip to content

Commit

Permalink
Merge pull request #372 from nortonluo/wsmanlookups
Browse files Browse the repository at this point in the history
[RAC-6682] Add lookup update in post WSMAN device discovery
  • Loading branch information
lanchongyizu authored Mar 15, 2018
2 parents fc264d9 + 3d26087 commit 4f25a97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion lib/graphs/dell-wsman-post-discovery-graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,14 @@ module.exports = {
},
ignoreFailure: true
},
{
label: 'update-lookups',
taskName: 'Task.Wsman.Update.Lookups',
waitOn: {
'dell-wsman-get-bios': 'succeeded'
},
ignoreFailure: true
},
{
label: 'create-wsman-pollers',
taskDefinition: {
Expand All @@ -49,7 +57,7 @@ module.exports = {
}
},
waitOn: {
'dell-wsman-get-bios': 'succeeded'
'update-lookups': 'finished'
}
}
]
Expand Down

0 comments on commit 4f25a97

Please sign in to comment.