JCLOUDS-245/JCLOUDS-254: Fix live tests

Refactored the domain model to be immutable and addressed some
inconsistences with the Chef Server API model.

Removed all HEAD methods, as they have been removed from newer versions
of Chef. They were used to test the existance of a given resource, and
with newer versions the only way to do that is via a GET operation.

Now all live tests are passing for Community Chef 0.10.8, 11.0.6 and
Enterprise Chef.
58 files changed
tree: b86cf46ef565b955fd9a20fff67050dee14ef8f1
  1. compute/
  2. core/
  3. enterprise/
  4. project/
  5. .gitignore
  6. DISCLAIMER
  7. pom.xml
  8. README.md
README.md

jclouds Chef

Build Status

This is the jclouds Chef api. It provides access to the different flavours of the Chef server api:

It currently supports versions 0.9, 0.10 and 11 of the standard Chef server apis, and an initial and very basic (still in progress) implementation of the user and organization api of the Enterprise Chef.

Also provides a set of utility methods to combine Chef features with the jclouds Compute service, allowing users to customize the bootstrap process and manage the configuration of the deployed nodes.

You will find all documentation in www.jclouds.org