Skip to content

Commit 0bf1957

Browse files
fix: update the default VSI image name to ibm-ubuntu-24-04-6-minimal-amd64-1 (#882)
Co-authored-by: Conall Ó Cofaigh <ocofaigh@ie.ibm.com>
1 parent 7ef2b4a commit 0bf1957

File tree

13 files changed

+20
-20
lines changed

13 files changed

+20
-20
lines changed

examples/one-vpc-one-vsi/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@
152152
{
153153
"access_tags": [],
154154
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
155-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
155+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
156156
"machine_type": "cx2-2x4",
157157
"name": "jump-box",
158158
"resource_group": "slz-management-rg",

examples/override-example/override.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@
390390
{
391391
"access_tags": [],
392392
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
393-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
393+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
394394
"machine_type": "cx2-2x4",
395395
"name": "jump-box",
396396
"resource_group": "slz-management-rg",
@@ -423,7 +423,7 @@
423423
{
424424
"access_tags": [],
425425
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
426-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
426+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
427427
"machine_type": "cx2-2x4",
428428
"name": "private-svs",
429429
"resource_group": "slz-workload-rg",
@@ -456,7 +456,7 @@
456456
{
457457
"access_tags": [],
458458
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
459-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
459+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
460460
"machine_type": "cx2-2x4",
461461
"name": "inet-svs",
462462
"resource_group": "slz-edge-rg",

patterns/mixed/override.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -406,7 +406,7 @@
406406
"vsi": [
407407
{
408408
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
409-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
409+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
410410
"machine_type": "cx2-4x8",
411411
"name": "management-server",
412412
"security_group": {

patterns/mixed/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ variable "use_random_cos_suffix" {
132132
variable "vsi_image_name" {
133133
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
134134
type = string
135-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
135+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
136136
}
137137

138138
variable "vsi_instance_profile" {
@@ -489,7 +489,7 @@ variable "teleport_instance_profile" {
489489
variable "teleport_vsi_image_name" {
490490
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
491491
type = string
492-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
492+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
493493
}
494494

495495
variable "teleport_license" {

patterns/roks/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ variable "teleport_instance_profile" {
573573
variable "teleport_vsi_image_name" {
574574
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
575575
type = string
576-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
576+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
577577
}
578578

579579
variable "teleport_license" {

patterns/roks/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ variable "teleport_instance_profile" {
590590
variable "teleport_vsi_image_name" {
591591
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
592592
type = string
593-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
593+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
594594
}
595595

596596
variable "teleport_license" {

patterns/vpc/module/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ variable "teleport_instance_profile" {
375375
variable "teleport_vsi_image_name" {
376376
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
377377
type = string
378-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
378+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
379379
}
380380

381381
variable "teleport_license" {

patterns/vpc/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ variable "teleport_instance_profile" {
381381
variable "teleport_vsi_image_name" {
382382
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
383383
type = string
384-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
384+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
385385
}
386386

387387
variable "teleport_license" {

patterns/vsi-extension/variables.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ variable "access_tags" {
5353
variable "image_name" {
5454
description = "The image ID used for the VSI. You can run the `ibmcloud is images` CLI command to find available images. The IDs are different in each region."
5555
type = string
56-
default = "ibm-ubuntu-24-04-minimal-amd64-4"
56+
default = "ibm-ubuntu-24-04-6-minimal-amd64-1"
5757
}
5858

5959
variable "vsi_instance_profile" {

patterns/vsi-quickstart/variables.tf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ variable "override_json_string" {
231231
"vsi": [
232232
{
233233
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
234-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
234+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
235235
"machine_type": "cx2-4x8",
236236
"name": "jump-box",
237237
"resource_group": "management-rg",
@@ -276,7 +276,7 @@ variable "override_json_string" {
276276
},
277277
{
278278
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
279-
"image_name": "ibm-ubuntu-24-04-minimal-amd64-4",
279+
"image_name": "ibm-ubuntu-24-04-6-minimal-amd64-1",
280280
"machine_type": "cx2-4x8",
281281
"name": "workload-server",
282282
"resource_group": "workload-rg",

0 commit comments

Comments
 (0)