CloudifySource / cloudify-recipes

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

workaround for chef split horizon dns - CHEF-4086 #96

Closed yoniLavi closed 11 years ago

yoniLavi commented 11 years ago

I added the flag property externallyRoutableHostname to chef-server defaulting to false. When false, we now configure chef-server to give out its private ip to clients so that it'll work correctly when not routable from outside networks. But if a client plans to use the chef server for machines outside the cloudify deployment, they will know need to enable this property. Tested on hp and ec2. This property can be safely enabled on ec2, but can't be easily enabled on current versions of hp or rackspace.