Skip to content
Snippets Groups Projects
Commit 3267b1ef authored by McDonnell, Marshall's avatar McDonnell, Marshall
Browse files

Swapping to Rocky 9 image for green runners + bootstrapper

parent 0da576fc
No related branches found
No related tags found
No related merge requests found
Pipeline #625551 passed
......@@ -43,7 +43,7 @@ module "espd_bootstrap_runners" {
prefix = "espd-bootstrapper"
runner_count = 1
flavor = "c2.small"
image_uuid = var.image_uuid
image_uuid = "ac23b9b7-456e-42ac-a0c5-9fdf00873689" # Rocky 9
volume_size = 10
ssh_key_file = var.ssh_key_file
runner_tokens = local.runner_tokens_bootstrapper
......@@ -60,7 +60,7 @@ module "espd_green_runners" {
prefix = "espd-green"
runner_count = 3
flavor = var.flavor
image_uuid = var.image_uuid
image_uuid = "ac23b9b7-456e-42ac-a0c5-9fdf00873689" # Rocky 9
volume_size = var.volume_size
ssh_key_file = var.ssh_key_file
runner_tokens = local.runner_tokens_green
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment