[vagrant-up] Vagrant-aws Plugin Installation Fails (Windows) - Could not find 'fog-xml'

2016-12-01 Thread Leonid Belkind
Guys, I am new to Vagrant, trying to use it to automate creation and configuration of AWS Instances. Installed Version: 1.9.0 Trying to install vagrant-aws plugin, I am getting the following: Installing the 'vagrant-aws' plugin. This can take a few minutes...

[vagrant-up] Re: Vagrant-aws Plugin Installation Fails (Windows) - Could not find 'fog-xml'

2016-12-01 Thread croberts
Hi Leonid, It looks like the generated solution set for installation can end up with some specs out of order causing this error during validation but prior to installation. I have the fixed staged in a PR and it will be within the next release: https://github.com/mitchellh/vagrant/pull/8068

[vagrant-up] Re: Vagrant-aws Plugin Installation Fails (Windows) - Could not find 'fog-xml'

2016-12-01 Thread Leonid Belkind
Thank you for the update. I spent a lot of time trying to understand if I am doing something wrong. What can I do to override this manually before the next build)? -- This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html.

[vagrant-up] link to localhost using docker as provider

2016-12-01 Thread Eddy Hernandez
Hi everyone Maybe you can help me to get this questions I'm using docker as a provider, I have two containers: *container1* and *service1* I need to reach the *service1:4505* from the *container1*, the docs says that is posible using link e.g. *"service1:service1*" but I would like to reach