Vagrant and Windows

39 views
Skip to first unread message

Pietto Vasco

unread,
Nov 17, 2018, 8:49:24 AM11/17/18
to Vagrant
I have noticed since using vagrant that spinning up a windows machines, is becoming quite difficult.

I seem to be having trouble with winrm timing out

What technique do you guy use when spinning up windows machines

Alvaro Miranda Aguilera

unread,
Nov 17, 2018, 10:49:39 AM11/17/18
to vagra...@googlegroups.com
if you build your own box then you will have a repeatable process.

the way Windows work, and the way some boxes are built, they run into issues when expiration of eval key gets into play, or you turn on a VM and there are zillions of Windows updates patches.

my suggestion will be build your own box and keep it up to date, and you wont run into issues.

alvaro

--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/vagrant/issues
IRC: #vagrant on Freenode
---
You received this message because you are subscribed to the Google Groups "Vagrant" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vagrant-up+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vagrant-up/e75d1f33-c023-4909-b898-4b60bf249442%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


--
Alvaro

Ozan Cansel

unread,
Nov 17, 2018, 11:18:49 AM11/17/18
to Vagrant
 Winrm timeout  can be specified inin VagrantFile. I followed this tutorial and everything worked perfectly. You can benefit from the tutorial.

If you need shorter way, how to specifiy booting and halting timeouts is specified at below.

  config.vm.boot_timeout = 600
  config
.vm.graceful_halt_timeout = 600



17 Kasım 2018 Cumartesi 16:49:24 UTC+3 tarihinde Pietto Vasco yazdı:
Reply all
Reply to author
Forward
0 new messages