You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
>>>>>> ------Exception-------
>>>>>> Class: Kitchen::ActionFailed
>>>>>> Message: 4 actions failed.
>>>>>> Failed to complete #converge action: [undefined local variable or method `data' for #<Kitchen::Provisioner::ChefZero:0x007fbcecc20140>] on default-centos-68
>>>>>> Failed to complete #converge action: [undefined local variable or method `data' for #<Kitchen::Provisioner::ChefZero:0x007fbceedd75b8>] on default-centos-73
>>>>>> Failed to complete #converge action: [undefined local variable or method `data' for #<Kitchen::Provisioner::ChefZero:0x007fbceedb6a20>] on default-ubuntu-1404
>>>>>> Failed to complete #converge action: [undefined local variable or method `data' for #<Kitchen::Provisioner::ChefZero:0x007fbceed8fbc8>] on default-ubuntu-1604
>>>>>> ----------------------
>>>>>> Please see .kitchen/logs/kitchen.log for more details
>>>>>> Also try running `kitchen diagnose --all` for configuration
Kitchen Version
Tell us which version of test-kitchen you are using (kitchen --version).
TestKitchenversion1.16.0
ChefDK Version
If you are running test-kitchen via ChefDK, chef --version will provide additional relevent version details.
The relevant output of the test-kitchen run or a link to a gist of the entire run, if there is one.
The debug output (kitchen -l debug) may be useful, but please link to a gist, or truncate it.
Please do not paste the full run out put here. If the full output would be useful, link to it in a gist.
# Copy-paste your results here
Kitchen Diagnose
Please include the output of kitchen diagnose --all or kitchen diagnose --loader (if the first failed). This can be helpful in troubleshooting, so please include it in a gist.
NOTE:
This repository is for core issues with the Test-Kitchen framework, so if the issue is with a plugin you may be referred to file the issue with the appropriate plugin.
The text was updated successfully, but these errors were encountered:
Description
Use of enforce_idempotency Causes 'Failed to complete #converge action'
I have a kitchen.yml file:
when performing a
kitchen converge
I receive:Kitchen Version
Tell us which version of test-kitchen you are using (
kitchen --version
).ChefDK Version
If you are running test-kitchen via ChefDK,
chef --version
will provide additional relevent version details.Platform Version
Tell us which Operating System distribution and version test-kitchen is running on.
Mac OS X
Replication Case
Tell us what steps to take to replicate your problem. See How to create a Minimal, Complete, and Verifiable example
for information on how to create a good replication case.
Kitchen Output
The relevant output of the test-kitchen run or a link to a gist of the entire run, if there is one.
The debug output (kitchen -l debug) may be useful, but please link to a gist, or truncate it.
Please do not paste the full run out put here. If the full output would be useful, link to it in a gist.
# Copy-paste your results here
Kitchen Diagnose
Please include the output of
kitchen diagnose --all
orkitchen diagnose --loader
(if the first failed). This can be helpful in troubleshooting, so please include it in a gist.NOTE:
This repository is for core issues with the Test-Kitchen framework, so if the issue is with a plugin you may be referred to file the issue with the appropriate plugin.
The text was updated successfully, but these errors were encountered: