-
Notifications
You must be signed in to change notification settings - Fork 898
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
Fix infra inventory collections for targeted refresh #17324
Fix infra inventory collections for targeted refresh #17324
Conversation
The host related inventory collections did not have the parent_inventory_collections set which was causing targeted refresh to fail.
Checked commit agrare@61bd61d with ruby 2.3.3, rubocop 0.52.1, haml-lint 0.20.0, and yamllint 1.10.0 |
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.
Looks great 👍
@bronaghs can you take a look? |
@Ladas as a side-note I'd like to understand better why this is needed and if there's a way we could automatically infer this from the models |
Thanks @chessbyte ! |
The host related inventory collections did not have the
parent_inventory_collections set which was causing targeted refresh to
fail.