-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Possiblity of having Chef Node Name different from Hostname #17
Comments
Did this happen on windows ? |
This is already available through use of the 'vsphere_name' property. |
Should we make this more clear in the README? I'd love a PR with suggestions. |
yes, this is for a windows machine. we want chef to name the machine with fqdn. for example: |
@johnsoja40 I don't think that property exists. I could only find references to it in the kitchen driver. All the code seems to use |
don't think you can without modifying some code... I believe it is here that preps the chef entry for saving.
The new_resource.name is a property inherited all the way from https://github.com/chef/chef/blob/master/lib/chef/resource.rb
Just a guess after looking... |
This create nodename as
testubuntu03
in chef. Is it possible to specify chef's node name while provisioning a machine (different from hostname).The text was updated successfully, but these errors were encountered: