Skip to content
Open
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 aws/centos-stream-10-aarch64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "centos-stream-10-aarch64"
ami = "ami-0cdf2f0520c3e6f56"
ami = "ami-08552a0d6c481a7ea"
instance_types = ["m6g.large", "m6gd.large", "m7g.large", "m7gd.large", "m8gd.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down
2 changes: 1 addition & 1 deletion aws/centos-stream-10-x86_64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "centos-stream-10-x86_64"
ami = "ami-0bb6ae89c92635579"
ami = "ami-0886cd55949133ad1"
instance_types = ["m5.large", "m5d.large", "m5a.large", "m5ad.large", "m6a.large", "m6i.large", "m6id.large", "m7i.large", "m7a.large", "m7i-flex.large", "m8a.large", "m8i.large", "m8i-flex.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down
2 changes: 1 addition & 1 deletion aws/centos-stream-9-aarch64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "centos-stream-9-aarch64"
ami = "ami-0f7fc569a51633a62"
ami = "ami-06978d5539803784c"
instance_types = ["m6g.large", "m6gd.large", "m7g.large", "m7gd.large", "m8gd.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down
2 changes: 1 addition & 1 deletion aws/centos-stream-9-x86_64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "aws" {
source = "../_base"

name = "centos-stream-9-x86_64"
ami = "ami-07dcccf035d91b3b5"
ami = "ami-09ba5bbaf6e008e53"
instance_types = ["m5.large", "m5d.large", "m5a.large", "m5ad.large", "m6a.large", "m6i.large", "m6id.large", "m7i.large", "m7a.large", "m7i-flex.large", "m8a.large", "m8i.large", "m8i-flex.large"]
internal_network = var.internal_network
job_name = var.job_name
Expand Down
2 changes: 1 addition & 1 deletion gcp/centos-stream-10-x86_64/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "google" {
source = "../_base"
image = "ci-centos-10-refresh-02-03-2026"
image = "ci-centos-10-refresh-02-04-2026"
machine_type = "n2-standard-4"
internal_network = var.internal_network
}
Expand Down
2 changes: 1 addition & 1 deletion gcp/centos-stream-9-x86_64/main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module "google" {
source = "../_base"
image = "ci-centos-9-refresh-01-02-2026"
image = "ci-centos-9-refresh-02-04-2026"
machine_type = "n2-standard-4"
internal_network = var.internal_network
}
Expand Down
2 changes: 1 addition & 1 deletion rhos-01/centos-stream-10-x86_64-large/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "openstack" {
source = "../_base"

name = "centos-stream-10-large"
image_id = "bda36ebc-d9aa-42d7-afd3-3f9a7b90ec4d"
image_id = "91ddf501-e452-4d19-b8c3-0dcfcb266fa0"
flavor_id = "2c6908ed-bb2b-43c7-8f9d-de790df5a4c0"
}

Expand Down
2 changes: 1 addition & 1 deletion rhos-01/centos-stream-10-x86_64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "openstack" {
source = "../_base"

name = "centos-stream-10"
image_id = "bda36ebc-d9aa-42d7-afd3-3f9a7b90ec4d"
image_id = "91ddf501-e452-4d19-b8c3-0dcfcb266fa0"
flavor_id = "bca7d8ab-b1a4-4883-b4c6-a9536d51ebdd"
}

Expand Down
2 changes: 1 addition & 1 deletion rhos-01/centos-stream-9-x86_64-large/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "openstack" {
source = "../_base"

name = "centos-stream-9-large"
image_id = "e4400550-7c25-4a39-9656-47d9f17ca5b3"
image_id = "19a66918-6d92-4bd3-bcf9-4f4835e07342"
flavor_id = "2c6908ed-bb2b-43c7-8f9d-de790df5a4c0"
}

Expand Down
2 changes: 1 addition & 1 deletion rhos-01/centos-stream-9-x86_64/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module "openstack" {
source = "../_base"

name = "centos-stream-9"
image_id = "e4400550-7c25-4a39-9656-47d9f17ca5b3"
image_id = "19a66918-6d92-4bd3-bcf9-4f4835e07342"
flavor_id = "bca7d8ab-b1a4-4883-b4c6-a9536d51ebdd"
}

Expand Down
Loading