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
{{ message }}
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.
Add support for Chef Server 11. There are several methods that seem to have changed in the API. It seems that HEAD operations are no longer supported and that cookook upload may have changed. Also the list cookbooks method complains about a duplicate key although the cookbooks are not repeated.
These are the results of the live tests:
Failed tests: testClientExists(org.jclouds.chef.ChefApiLiveTest): command: HEAD https://10.60.12.7/clients/chef-validator HTTP/1.1 failed with response: HTTP/1.1 405 Method Not Allowed; content: [null]
testListCookbooks(org.jclouds.chef.ChefApiLiveTest): duplicate key: runit
testDatabagExists(org.jclouds.chef.ChefApiLiveTest): command: HEAD https://10.60.12.7/data/ibarrera-jcloudstest HTTP/1.1 failed with response: HTTP/1.1 405 Method Not Allowed; content: [null]
testRoleExists(org.jclouds.chef.ChefApiLiveTest): command: HEAD https://10.60.12.7/roles/ibarrera-jcloudstest HTTP/1.1 failed with response: HTTP/1.1 405 Method Not Allowed; content: [null]
testDatabagItemExists(org.jclouds.chef.ChefApiLiveTest): command: HEAD https://10.60.12.7/data/ibarrera-jcloudstest/ibarrera-jcloudstest HTTP/1.1 failed with response: HTTP/1.1 405 Method Not Allowed; content: [null]
testNodeExists(org.jclouds.chef.ChefApiLiveTest): command: HEAD https://10.60.12.7/nodes/ibarrera-jcloudstest HTTP/1.1 failed with response: HTTP/1.1 405 Method Not Allowed; content: [null]
testCreateNewCookbook(org.jclouds.chef.ChefApiLiveTest): command: PUT https://10.60.12.7/sandboxes/00000000000058b66e27ff217e7852ed HTTP/1.1 failed with response: HTTP/1.1 500 Internal Server Error; content: [internal service error]
Tests run: 53, Failures: 7, Errors: 0, Skipped: 7
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add support for Chef Server 11. There are several methods that seem to have changed in the API. It seems that HEAD operations are no longer supported and that cookook upload may have changed. Also the list cookbooks method complains about a duplicate key although the cookbooks are not repeated.
These are the results of the live tests:
The text was updated successfully, but these errors were encountered: