Reputation: 31
I have a chef client (in windows) which already pointing to a chef server .Now we got a new chef server .Without disturbing the current setup , how can we make chef client point to both the chef servers?
Is it a good practice to make a chef client listen to multiple servers?
Upvotes: 0
Views: 474
Reputation: 37580
You cannot simply do this. If you would alter between the Chef Servers, you would likely end up in a big mess.
To migrate to a new Chef server, just include some cookbook which changes the URL in the chef-client config. Make sure to import all clients so that they can authenticate.
Upvotes: 2