Re: [vagrant-up] F5 VPN and vagrant networking problems

2015-12-30 Thread Alvaro Miranda Aguilera
Hi Tom Can you send an email to supp...@hashicorp.com? Thanks Alvaro. On Thu, Dec 31, 2015 at 10:25 AM, Tom Scanlan wrote: > The VM does boot up from the manager. > > >1. Bring the VM up while not on the VPN, then vagrant halt. >2. Log back into VPN, try to

[vagrant-up] Re: Vagrantfile Vagrant::Environment UI object reference

2015-12-30 Thread Karl Bunch
No I understand how to get process "Environment Variables" I'm looking for a reference to Vagrant::Environment as there are a number of methods and values that could be useful. It looks like this used to be exposed in the Vagrantfile via @env but it appears to be gone now. On Wednesday,

Re: [vagrant-up] Re: silly apt cache trick

2015-12-30 Thread Torben Knerr
You mean this one? https://github.com/tmatilai/vagrant-proxyconf/ Am 30.12.2015 3:04 nachm. schrieb "pixel fairy" : > and theres this, > https://github.com/fgrehm/vagrant-cachier > > On Tuesday, December 29, 2015 at 10:52:13 PM UTC-8, pixel fairy wrote: >> >> its easy to

Re: [vagrant-up] F5 VPN and vagrant networking problems

2015-12-30 Thread Tom Scanlan
The VM does boot up from the manager. 1. Bring the VM up while not on the VPN, then vagrant halt. 2. Log back into VPN, try to vagrant up and get the usual error. 3. Go to the VMware Virtual Machine library and right click on the shutdown machine and choose Start Up, it comes up.

Re: [vagrant-up] bundle for windows users?

2015-12-30 Thread Torben Knerr
​There is bills-kitchen, which is sort of this, but a little more, yet without virtualbox: https://github.com/tknerr/bills-kitchen It's not en par with the latest Vagrant / ChefDK versions yet... (i need a bit more spare time ;-)) Cheers, Torben​ On Wed, Dec 30, 2015 at 8:20 AM, pixel fairy

Re: [vagrant-up] bundle for windows users?

2015-12-30 Thread pixel fairy
wow! thats a lot, and a lot to maintain. should be easier when windows finally joins the rest of the internet in packaging. On Wednesday, December 30, 2015 at 2:19:22 AM UTC-8, Torben Knerr wrote: > > ​There is bills-kitchen, which is sort of this, but a little more, yet > without virtualbox: >

[vagrant-up] Re: silly apt cache trick

2015-12-30 Thread pixel fairy
and theres this, https://github.com/fgrehm/vagrant-cachier On Tuesday, December 29, 2015 at 10:52:13 PM UTC-8, pixel fairy wrote: > > its easy to forget the the vagrant file is run as a ruby script. > > thanks to reading this, > http://blog.devteaminc.co/conditional-vagrant-environments/ > >