-
Notifications
You must be signed in to change notification settings - Fork 75
Added generate enclosure task into discovery graph #11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added generate enclosure task into discovery graph #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
SKU generation failure will not impact the enclosure generation, so it requires to add "ignoreFailure: true" in generate-sku task, or move generate-enclosure to be before generate-sku.
In future we may need to define the SKU rule for enclosure.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The enclosure generation job will be run after discovery succeeded (see waitOn options), parallel with sku generation. So the sku generation doesn't impact enclosure generation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Got it.
|
👍 |
|
👍 |
Added generate enclosure task into discovery graph
…rvice-payload modify post discovery for new service payload
update mock logger
…-cache-fix to master * commit '63c1612d4e7b2dc04069ea0748f4d5e7316d36ea': Fix noop-obm-service power state cacheing to work across instances
fixed undefined workitem bug
Added generate enclosure task into discovery graph.
https://hwjiraprd01.corp.emc.com/browse/MAG-176
PRs in other repos for this feature:
RackHD/on-tasks#26
RackHD/on-core#14
RackHD/on-http#18
@benbp @jfrey @VulpesArtificem