From 9c8594170ca229d6490809294515e7e8b714d28a Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Tue, 10 Sep 2024 23:55:06 -0700 Subject: [PATCH 1/3] feat: new region singapore --- hack/provider/provider.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/hack/provider/provider.yaml b/hack/provider/provider.yaml index 28e73b5..24b0448 100644 --- a/hack/provider/provider.yaml +++ b/hack/provider/provider.yaml @@ -37,6 +37,7 @@ options: - hel1 - hil - nbg1 + - sin DISK_SIZE: description: The disk size in GB. default: "30" From 8f49e27a87f3714fee4abfdfe51fa2fc9d4bc4bb Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Wed, 11 Sep 2024 00:08:37 -0700 Subject: [PATCH 2/3] fix!: deprecated intel server plans and default to amd machine --- hack/provider/provider.yaml | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/hack/provider/provider.yaml b/hack/provider/provider.yaml index 24b0448..82eeced 100644 --- a/hack/provider/provider.yaml +++ b/hack/provider/provider.yaml @@ -46,21 +46,20 @@ options: default: docker-ce MACHINE_TYPE: description: The machine type to use. - default: cx31 + default: cpx31 suggestions: - - cx11 - cax11 - cpx11 - - cx21 + - cx22 - cax21 - cpx21 - - cx31 + - cx32 - cax31 - cpx31 - - cx41 + - cx42 - cax41 - cpx41 - - cx51 + - cx52 - cpx51 - ccx13 - ccx23 From 32ea181522e3b1eab75c2c43268d623c95130368 Mon Sep 17 00:00:00 2001 From: NexVeridian Date: Wed, 11 Sep 2024 00:24:14 -0700 Subject: [PATCH 3/3] style: reorder by architecture and type instead of name --- hack/provider/provider.yaml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/hack/provider/provider.yaml b/hack/provider/provider.yaml index 82eeced..86f90e6 100644 --- a/hack/provider/provider.yaml +++ b/hack/provider/provider.yaml @@ -48,19 +48,19 @@ options: description: The machine type to use. default: cpx31 suggestions: - - cax11 - - cpx11 - cx22 - - cax21 - - cpx21 - cx32 - - cax31 - - cpx31 - cx42 - - cax41 - - cpx41 - cx52 + - cpx11 + - cpx21 + - cpx31 + - cpx41 - cpx51 + - cax11 + - cax21 + - cax31 + - cax41 - ccx13 - ccx23 - ccx33