Islandora-Devops/sandbox

Deploy is failing

Closed this issue · 9 comments

https://github.com/Islandora-Devops/sandbox/actions/runs/8031018512

failed to deploy to test.islandora.ca

and then I tried to run manually here: https://github.com/Islandora-Devops/sandbox/actions/runs/8033301718

Not sure what is going on, I no longer have access to bitwarden, etc so I can't checkout out digital ocean. @ajstanley mind taking a look?

The error is an odd one -

Error: POST https://api.digitalocean.com/v2/droplets: 422 (request "e6bb992e-6551-44f4-bb97-12335e2617c4") Size is not available in this region.
Error: Process completed with exit code 1.

As far as I know, nothing has changed in our configs. I'll see if I can track this one down.

That was my thought as well, but I saw the same error on a retry. The issue seems to come from here with a mismatch between region and size. I'm guessing Digital Ocean has changed what's available where.

https://test.islandora.ca/ isn't up although the deployment said it was.

It shows an attempt to build the Droplet, but fails after about a minute with the same region/size error. I'm trying to track down where the variables are set.

I changed it to use AMD since intel wasn't available any more. Running it now: https://github.com/Islandora-Devops/sandbox/actions/runs/8040381065

It's working now! Cheers @ajstanley & @misilot

NIce one! Thanks @nigelgbanks