-
Notifications
You must be signed in to change notification settings - Fork 15
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
action :destroy doesn't work, OR nodes/MACHINE.json not being written out. #43
Comments
I should mention this means the |
Windows Server 2012, chef-client 12, action :destroy - machine is created in vsphere with provision, and then does successfully destroy [2017-06-06T09:41:45+10:00] INFO: Processing machine[vswin1.mintpress.io] action destroy (elephant::simple-vmware line 60) Node before destroy: [root@newjjosi1:~]# knife node show vswin1.mintpress.io -F j ] Client: |
And with chef 13: [root@newjjosi1:tmp]# /opt/chefdk/embedded/bin/knife node show vswin1.mintpress.io -F j ] [mintpress@newjjosi1:cookbooks]$ chef-client --config ~/.chef/client.rb -o elephant::simple-vmware 2>&1 | tee jj.log
Running handlers: |
Non-issue, it seems it was a configuration issue on my test environment. |
It seems that with investigating #41 I discovered that the
node/MACHINE.json
was not being written out via theallocate_machine
method. I have a feeling it's due to thedeep_symbolize
fix for Cheffish 5. This needs to be investigated further.The text was updated successfully, but these errors were encountered: