Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update the default VSI image name to ibm-ubuntu-24-04-minimal-amd64-2 #819

Merged
merged 2 commits into from
Jun 19, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/one-vpc-one-vsi/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "jump-box",
"resource_group": "slz-management-rg",
Expand Down
6 changes: 3 additions & 3 deletions examples/override-example/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "jump-box",
"resource_group": "slz-management-rg",
Expand Down Expand Up @@ -420,7 +420,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "private-svs",
"resource_group": "slz-workload-rg",
Expand Down Expand Up @@ -453,7 +453,7 @@
{
"access_tags": [],
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-2x4",
"name": "inet-svs",
"resource_group": "slz-edge-rg",
Expand Down
2 changes: 1 addition & 1 deletion patterns/mixed/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "management-server",
"security_group": {
Expand Down
4 changes: 2 additions & 2 deletions patterns/mixed/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ variable "use_random_cos_suffix" {
variable "vsi_image_name" {
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -476,7 +476,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/roks/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/roks/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vpc/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vpc/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
2 changes: 1 addition & 1 deletion patterns/vsi-extension/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ variable "access_tags" {
variable "image_name" {
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."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "vsi_instance_profile" {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi-quickstart/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ variable "override_json_string" {
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "jump-box",
"resource_group": "management-rg",
Expand Down Expand Up @@ -276,7 +276,7 @@ variable "override_json_string" {
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "workload-server",
"resource_group": "workload-rg",
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/module/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ variable "use_random_cos_suffix" {
variable "vsi_image_name" {
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -407,7 +407,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/override.json
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@
"vsi": [
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "management-server",
"security_group": {
Expand Down Expand Up @@ -426,7 +426,7 @@
},
{
"boot_volume_encryption_key_name": "slz-vsi-volume-key",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-1",
"image_name": "ibm-ubuntu-24-04-minimal-amd64-2",
"machine_type": "cx2-4x8",
"name": "workload-server",
"security_group": {
Expand Down
4 changes: 2 additions & 2 deletions patterns/vsi/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ variable "use_random_cos_suffix" {
variable "vsi_image_name" {
description = "VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "vsi_instance_profile" {
Expand Down Expand Up @@ -413,7 +413,7 @@ variable "teleport_instance_profile" {
variable "teleport_vsi_image_name" {
description = "Teleport VSI image name. Use the IBM Cloud CLI command `ibmcloud is images` to see availabled images."
type = string
default = "ibm-ubuntu-24-04-minimal-amd64-1"
default = "ibm-ubuntu-24-04-minimal-amd64-2"
}

variable "teleport_license" {
Expand Down