Skip to content

Commit 3467175

Browse files
authored
Merge pull request #77 from linux-kdevops/cel/gce-fixes
gce: Set correct boot disk type for C4 and C4A machine series
2 parents f752039 + 07cd269 commit 3467175

File tree

3 files changed

+77
-5
lines changed

3 files changed

+77
-5
lines changed

terraform/gce/kconfigs/Kconfig.machine.default

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -882,7 +882,7 @@ config TERRAFORM_GCE_MACHINE_TYPE
882882
config TERRAFORM_GCE_IMAGE_TYPE
883883
string
884884
output yaml
885-
default "pd-balanced"
885+
default "hyperdisk-balanced"
886886

887887
endif # TERRAFORM_GCE_MACHINE_FAMILY_C4_HIGHCPU
888888

@@ -966,7 +966,7 @@ config TERRAFORM_GCE_MACHINE_TYPE
966966
config TERRAFORM_GCE_IMAGE_TYPE
967967
string
968968
output yaml
969-
default "pd-balanced"
969+
default "hyperdisk-balanced"
970970

971971
endif # TERRAFORM_GCE_MACHINE_FAMILY_C4_STANDARD
972972

@@ -1050,7 +1050,7 @@ config TERRAFORM_GCE_MACHINE_TYPE
10501050
config TERRAFORM_GCE_IMAGE_TYPE
10511051
string
10521052
output yaml
1053-
default "pd-balanced"
1053+
default "hyperdisk-balanced"
10541054

10551055
endif # TERRAFORM_GCE_MACHINE_FAMILY_C4A_HIGHCPU
10561056

@@ -1183,7 +1183,7 @@ config TERRAFORM_GCE_MACHINE_TYPE
11831183
config TERRAFORM_GCE_IMAGE_TYPE
11841184
string
11851185
output yaml
1186-
default "pd-balanced"
1186+
default "hyperdisk-balanced"
11871187

11881188
endif # TERRAFORM_GCE_MACHINE_FAMILY_C4A_HIGHMEM
11891189

@@ -1316,7 +1316,7 @@ config TERRAFORM_GCE_MACHINE_TYPE
13161316
config TERRAFORM_GCE_IMAGE_TYPE
13171317
string
13181318
output yaml
1319-
default "pd-balanced"
1319+
default "hyperdisk-balanced"
13201320

13211321
endif # TERRAFORM_GCE_MACHINE_FAMILY_C4A_STANDARD
13221322

0 commit comments

Comments
 (0)