vagrant-google icon indicating copy to clipboard operation
vagrant-google copied to clipboard

Vagrant provider for GCE.

Results 34 vagrant-google issues
Sort by recently updated
recently updated
newest added

### Description I am attempting to set the password of my machine, but it's continually hanging on the command. I referenced other examples within this repos history/issues, but unfortunately, it...

Well this is embarassing, see `run_instance.rb`: ``` unless env[:terminated] env[:metrics]["instance_ssh_time"] = Util::Timer.time do # Wait for SSH to be ready. env[:ui].info(I18n.t("vagrant_google.waiting_for_ssh")) while true # If we're interrupted just back out...

No matter how I seem to set up SSH it keeps failing with: ```bash ... ==> default: Waiting for SSH to become available... DEBUG ssh: Checking whether SSH is ready......

Ran into this issue after upgrade to Vagrant version 2.3.0 (Ubuntu 18.04) > $ vagrant up > Vagrant failed to initialize at a very early stage: > > There was...

I'm trying to spin up an instance using only internal IP (no external allowed). I get the message ``` Specified external IP address is invalid or does not exist. IP...

I'm trying to run down using WinRM over SSL via vagrant in GCP. No matter what I do, when I run `vagrant winrm -c "my_command"`, the WinRM communicator is set...

Hi, Is it possible to use a community supported image such as AlmaLinux instead of a Google maintained one? Thank you Charles

Kind of at my wits end here. No matter what I do I get this message. /home/someuser/.vagrant.d/gems/2.4.9/gems/vagrant-google-2.5.0/lib/vagrant-google/action/run_instance.rb:108:in `call': undefined method `self_link' for nil:NilClass (NoMethodError)

I am testing some Ansible playbooks on the machine in GCP created with Vagrant and this plugin. I am using static Ansible inventory, so after I create a new vm...

I was unable to create a new vm. The error message was not helpful: ```$ vagrant up Bringing machine 'default' up with 'google' provider... ==> default: Checking if box 'google/gce'...