Closed centminmod closed 4 years ago
@andrewsomething thoughts on if this is an API issue? Thanks for any feedback you might be able to provide.
@centminmod I talked with @andrewsomething who thinks that this was likely a transient issue. We've also made recent improvements to how we handle timeouts in our services that power the DO API. I'll close this out but please re-open if you continue to see issues. Thanks again for reporting this to us.
I've built out my Centmin Mod LEMP stack's DO droplet snapshot image building routines using Packer https://github.com/centminmod/centminmod-digitalocean-marketplace/tree/master/packer#using-build-imagesh-script for preparing images for DO Vendor Market Place submission but my last few runs of Packer had ended in errors at snapshot image creation stage in Packer with DO API returning 504 gateway timeout errors ? It seems to be a Cloudflare 504 returned error I suspect it's protecting the DO API and something isn't configured correctly and Cloudflare isn't getting a response back from DO API ?
Cloudflare reports 504 error with
Ray ID: 4ccedc82ca4f9336
My commands to build a Centmin Mod LEMP stack image were
which builds a CentOS 7 image via Packer using Droplet size = s-1vcpu-1gb which defaults to using Linux 5.0.x mainline kernel using a previously updated golden CentOS 7 snapshot image id = 44955XXX
starting output
however when it comes time for Packer to shutdown the build droplet to create the resulting snapshot, it fails with DO API returning 504 gateway timeout
Part of the Packer build script routine is I inspect the droplet's IP geo data and looks like Cloudflare reported issue with
Ray ID: 4ccedc82ca4f9336
I see status entry at https://status.digitalocean.com/incidents/m9b2g31t4g9z for 9hrs ago with DO API issues, but my issue is happening around 25 mins ago. Is it an DO API issue and/or a Cloudflare configuration issue for protected DO API ?