I am writing a Chef provisioning recipe to deploy a number of VMs in our vCenter, using vSphere driver for chef provisioning.
As far as I understand machine
and batch_machine
resources have a chef_server
attribute, however there is not much documentation about how this must be used or how it impacts, further than indicating it must be a ruby hash.
Anyone has used this attribute before? Can I use it to use our Chef Server for bootstrapping or provide our cookbooks? Anyone could provide some documentation or manual about how to use this?