When I perform a 'vagrant up', I get the following:
/Users/dgarstang/.vagrant.d/gems/2.4.9/gems/google-api-client-0.23.9/lib/google/apis/core/http_command.rb:218:in `check_status': invalid: Invalid value for field 'resource.networkInterfaces[0].network': 'global/networks/default'. The referenced network resource cannot be found. (Google::Apis::ClientError)
The network 'default' definitely exists as a vpc network in the referenced host network 'mycorp-vpc-sandbox'.
Earlier, I also had a local network called 'default' in this project and was being told "Subnetwork does not belong to the network.". This is further evidence that host networking is not working - ie it was looking at the default network in my service project, not the default network in the host network.
Can we please get host networking working? This is a really important feature!
I have this Vagrantfile:
When I perform a 'vagrant up', I get the following:
The network 'default' definitely exists as a vpc network in the referenced host network 'mycorp-vpc-sandbox'.
Earlier, I also had a local network called 'default' in this project and was being told "Subnetwork does not belong to the network.". This is further evidence that host networking is not working - ie it was looking at the default network in my service project, not the default network in the host network.
Can we please get host networking working? This is a really important feature!