Can multiple self-registered chef Nodes use the same Client identification?
When a freshly imaged machine on my network connects to my chef-server for
the first time, it uses validation.pem to connect. Through this process a
new Node and Client are created on the server, both with the same name as
the hostname of the new machine. That Client is recorded with a public key
that matches a private key in /etc/chef/client.pem on the new machine.
Is there a way to have new Nodes continue to register themselves, but not
create new Clients and instead use a pre-existing client.pem and Client
definition on the server?
No comments:
Post a Comment