Skip to content
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

litmus:tear_down fails for inventories with nodes that don't have a provisioner fact. #421

Closed
RandomNoun7 opened this issue Jun 29, 2021 · 0 comments · Fixed by #512
Closed

Comments

@RandomNoun7
Copy link
Contributor

RandomNoun7 commented Jun 29, 2021

If the litmus:tear_down rake task is called using an inventory that has nodes do not have a provisioner fact (for instance if the node was not provisioned by Litmus), this task will fail when it encounters that node.

The tear_down_nodes function should filter out any nodes in the inventory that do not have a provisioner fact.

targets.each do |node_name|

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants