Skip to content
This repository has been archived by the owner on Mar 25, 2018. It is now read-only.

Add support for Chef Server 11 #65

Open
nacx opened this issue Mar 15, 2013 · 0 comments
Open

Add support for Chef Server 11 #65

nacx opened this issue Mar 15, 2013 · 0 comments

Comments

@nacx
Copy link
Member

nacx commented Mar 15, 2013

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
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant