Re: [vagrant-up] vagrant with packer images in AWS

2014-01-28 Thread Torben Knerr
Check out the vagrant-aws plugin: https://github.com/mitchellh/vagrant-aws HTH, Torben On Jan 29, 2014 1:19 AM, "Matt Fowler" wrote: > I've created some AMI images in Amazon Web Services using packer. I have > also used Vagrant to create new instances in AWS. > > I cant seem to figure out on how

[vagrant-up] vagrant windows system cannot find the path specified

2014-01-28 Thread BaltoStar
How to debug this ? Vagrant 1.4.3 Virtual Box 4.36 Windows 7 host Windows Server 2008 R2 VM remotely executing a PowerShell .ps1 [Win2k8R2] Running provisioner: shell... The system cannot find the path specified. An error occurred executing a remote WinRM command. Shell: powershell Command:

[vagrant-up] vagrant with packer images in AWS

2014-01-28 Thread Matt Fowler
I've created some AMI images in Amazon Web Services using packer. I have also used Vagrant to create new instances in AWS. I cant seem to figure out on how I can use vagrant to launch the AMI images I created in AWS? Anyone have a suggestion? Thanks.. -- You received this message because you

Re: [vagrant-up] Vagrant run command: Where, what and why?

2014-01-28 Thread Simon McCartney
"fab vagrant:honza bootstrap" this is a fabric command, fabric is a deployment & execution tool for managing systems over ssh. (http://docs.fabfile.org/en/1.4.0/tutorial.html) You can install it on your mac like this (this install is it in a python virtual environment, so that it doesn't affect y

Re: [vagrant-up] Accessing Vagrant machine infrom from inside vagrant file

2014-01-28 Thread Simon McCartney
One option would be to use the vagrant-hostmanager plugin (vagrant plugin install vagrant-hostmanager), take a look at the Custom IP resolver section: https://github.com/smdahlen/vagrant-hostmanager#custom-ip-resolverfor tips on getting the public ip address. This would allow you to just use a hos

Re: [vagrant-up] Old question.... but why not VMware-Player Plus?

2014-01-28 Thread Gabriel Stein
OK! Now I understand why. Thanks Michael. Best, Gabriel Am Montag, 27. Januar 2014 17:17:32 UTC+1 schrieb Mitchell Hashimoto: > > Gabriel, > > I mentioned it in a prior thread somewhere, but I'll repeat it here again > briefly: > > The primary blocker of Vagrant supporting Player Plus is legal

Re: [vagrant-up] Old question.... but why not VMware-Player Plus?

2014-01-28 Thread Gabriel Stein
%s/Michael/Mitchell/g. Sorry!! Am Dienstag, 28. Januar 2014 10:10:46 UTC+1 schrieb Gabriel Stein: > > OK! Now I understand why. Thanks Michael. > > Best, > > Gabriel > > Am Montag, 27. Januar 2014 17:17:32 UTC+1 schrieb Mitchell Hashimoto: >> >> Gabriel, >> >> I mentioned it in a prior thread some