Chef client re-register breaks ability to save node data back to chef server
By : Christopher Yzermans
Date : March 29 2020, 07:55 AM
I wish this helpful for you Assuming you are using either Enterprise Chef or the new Chef Server 12, you need to fix the ACLs on the node object. By default when the client first creates its own node object, it inherits write access to it. In the old Open Source Server (11) this check is simpler, where the names of the client and node just have to match, but the ACL system is a bit more complex. You can likely fix this via knife-acl.
|
I have installed chef server, client version 12.0.1 and 12.0.3 respectively but unable to authenticate to chef server
By : user2956475
Date : November 22 2020, 10:56 AM
Hope that helps Make sure your chef_server_url in knife.rb includes the /organizations/ bit. How did you create your knife config?
|
I wonder, Is there a way to store the chef logs created by hosted chef server(https://api.chef.io) - chef - client?
By : user1556938
Date : March 29 2020, 07:55 AM
With these it helps I want to store the logs generated by hosted chef-server( https://api.chef.io). I don't find a way to direct the logs to chef workstation when executing a knife bootstrap command. , No, you don't have access to the logs from Hosted Chef.
|
Chef Update chef_server_url at 'client.rb' using recipe after Chef Server migration
By : user1662045
Date : March 29 2020, 07:55 AM
This might help you As described in the provided instruction, you need to use chef-client cookbook to apply this method, it can manage client.rb for you. You can upload a recipe to the old server with new server url and run it on all the nodes. If you do not want to use it, you may consider running knife winrm with some command which will replace the url. I am not sure if there is some kind of sed replacement on windows.
|
chef-client installed, but chef-client --version shows error Could not find chef (>= 0) amongst
By : rajan rajora
Date : March 29 2020, 07:55 AM
|