Skip to content
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

Windows hosts don't respect hostnames for certnames #51

Closed
metcalfc opened this issue Feb 8, 2014 · 4 comments
Closed

Windows hosts don't respect hostnames for certnames #51

metcalfc opened this issue Feb 8, 2014 · 4 comments
Milestone

Comments

@metcalfc
Copy link

metcalfc commented Feb 8, 2014

Because Windows hosts don't use the answer file I can make the certname be a fqdn without making the Vagrant name a fqdn which is a pain.

vagrant up server2008r2a
vagrant up server2008r2a.puppetlabs.vm

I'm trying to move the SE demo environment to a more realistic world with FQDNs. It would be great if the hostame in the vms.yaml could be used on Windows if it existed (otherwise default to machine name).

@adrienthebo
Copy link
Member

This is because the windows installer capability only respects machine.name (https://github.com/adrienthebo/vagrant-pe_build/blob/master/lib/pe_build/cap/run_install/windows.rb); it should prefer config.vm.hostname and fall back to machine.name.

@Sharpie
Copy link
Member

Sharpie commented Oct 18, 2015

config.vm.hostname might not help here since Windows rejects attempts to set a FQDN as the hostname. So, hostnames must be actual hostnames.

@Sharpie Sharpie added this to the 0.15.0 milestone Mar 27, 2016
@Sharpie
Copy link
Member

Sharpie commented Mar 27, 2016

This can probably be accomplished through pe_agent install options (#96) and special handling of the certname option (#106).

@Sharpie Sharpie modified the milestones: 0.15.0, 0.16.0 May 11, 2016
@Sharpie Sharpie modified the milestones: 0.16.0, 0.17.0 Oct 22, 2016
@Sharpie Sharpie modified the milestones: 0.17.0, 0.18.0 Dec 14, 2016
@metcalfc
Copy link
Author

Wow this is ancient and I'm cleaning up so I'll close this. Feel free to open it again.

@Sharpie Sharpie modified the milestones: 0.18.0, 0.19.0 Mar 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants