CloudifySource / cloudify-recipes

Application and service recipes for Cloudify
www.cloudifysource.org
Apache License 2.0
47 stars 67 forks source link

Fixed bug RECIPES-8: The chef recipe does not support private/hosted chef server #83

Closed Lianping closed 11 years ago

Lianping commented 11 years ago

The chef recipe hard coded the validation_client_name to chef-validator. However, the validation_client_name located in the server and client configuration files must match. The naming rule for validation_client_name for private chef is ORGNAME-validator. Thus, chef-validator will not work for private chef, except the organization name is “chef”. For more details, please see https://cloudifysource.atlassian.net/browse/RECIPES-8. Fixed this issue by making validation_client_name configurable in chef.properties.