Switch to globally available Hetzner instance type (#14762)

* Switch to globally available Hetzner instance type

The old cx* Intel instance type was only available in EU data centers. The cpx* AMD type is available in the US and Asia as well.

* Change default Hetnzer type to cheapest cpx11
This commit is contained in:
Matthew Davidson 2025-08-03 04:15:10 +07:00 committed by GitHub
parent 346437fa6e
commit 8826c3b746
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -206,7 +206,7 @@ cloud_providers:
image: Ubuntu 22.04 Jammy Jellyfish image: Ubuntu 22.04 Jammy Jellyfish
arch: x86_64 arch: x86_64
hetzner: hetzner:
server_type: cx22 server_type: cpx11
image: ubuntu-22.04 image: ubuntu-22.04
openstack: openstack:
flavor_ram: ">=512" flavor_ram: ">=512"