UtahDave / salt-vagrant-demo

Demo of Salt in Vagrant. 1 master and 2 minions
Apache License 2.0
247 stars 191 forks source link

Vagrant Up Fails #32

Closed Blitz2145 closed 7 years ago

Blitz2145 commented 7 years ago

Trying to run this environment but the vagrant up command fails with the following output.

Output of vagrant up command: https://gist.github.com/Blitz2145/6f95ea69ea839cabb66a293f46cdc91f

Blitz2145 commented 7 years ago

Seems to be caused by the following:

https://github.com/mitchellh/vagrant/issues/8005

I've downgraded to v1.8.6 of vagrant and its working now.

UtahDave commented 7 years ago

Thanks for letting me know! I'll keep an eye on that issue and leave this issue open until fixed.

UtahDave commented 7 years ago

Looks like this was fixed via https://github.com/mitchellh/vagrant/pull/7986 I'm not sure when the next release is expected.

UtahDave commented 7 years ago

@Blitz2145

Vagrant version 1.9.0 has been released. https://www.vagrantup.com/downloads.html

I just tested with Vagrant 1.9.0 and everything seemed to work fine.

Can you test with 1.9.0 and let me know if we can close this issue?

Thanks!

Blitz2145 commented 7 years ago

Will do later thanks!

Blitz2145 commented 7 years ago

@UtahDave Confirmed, the bug has been fixed. Provisioned the demo env no problem.

UtahDave commented 7 years ago

Thanks, @Blitz2145 !