Re: [packer] Packer, GCP, and reservations.

2020-01-30 Thread Tony Worm
Logging didn't provide any additional information to help. We are aware of the root error and the logs below show what we see in the GCloud console. Another unexpected behavior exists for packer in these logs. While packer attempts to retry in the face of the GCP error, CTRL-C is ignored and we

Re: [packer] Packer, GCP, and reservations.

2020-01-30 Thread Rickard von Essen
Run packer with env var PACKER_LOG=1 and you will get more debug info. On Thu, Jan 30, 2020, 21:17 Tony Worm wrote: > Google Cloud has the concept of VM reservations, which we use to ensure > K80s are available when needed. > > I'm trying to build an image with packer, but it fails to consume

[packer] Packer, GCP, and reservations.

2020-01-30 Thread Tony Worm
Google Cloud has the concept of VM reservations, which we use to ensure K80s are available when needed. I'm trying to build an image with packer, but it fails to consume any of the reservation. A VM with the same configuration does consume the reservation. There are flags to control how this