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

Green -> 0, Blue -> 3 + swap to Ubuntu 24.04

parent ff62e67b
Branches main
Tags 0.10.0
No related merge requests found
Pipeline #684635 passed
...@@ -58,7 +58,7 @@ module "espd_green_runners" { ...@@ -58,7 +58,7 @@ module "espd_green_runners" {
source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.24" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.24"
prefix = "espd-green" prefix = "espd-green"
runner_count = 3 runner_count = 0
flavor = var.flavor flavor = var.flavor
image_uuid = var.image_uuid image_uuid = var.image_uuid
volume_size = var.volume_size volume_size = var.volume_size
...@@ -76,7 +76,7 @@ module "espd_blue_runners" { ...@@ -76,7 +76,7 @@ module "espd_blue_runners" {
source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.24" source = "git::https://code.ornl.gov/rse-terraform-modules/ornl-cloud-gitlab-runners//modules/ornl-cloud-gitlab-runners?ref=v0.24"
prefix = "espd-blue" prefix = "espd-blue"
runner_count = 0 runner_count = 3
flavor = var.flavor flavor = var.flavor
image_uuid = var.image_uuid image_uuid = var.image_uuid
volume_size = var.volume_size volume_size = var.volume_size
......
...@@ -11,8 +11,8 @@ variable "security_group_description" { ...@@ -11,8 +11,8 @@ variable "security_group_description" {
} }
variable "image_uuid" { variable "image_uuid" {
default = "ac23b9b7-456e-42ac-a0c5-9fdf00873689" default = "25ad56ee-6bda-488a-97b8-d6ec5c730af4"
description = "Image UUID for OS (default is ORC_Rocky-9_v20241008_1 uuid)" description = "Image UUID for OS (default is ORC_Ubuntu-24.04_v20250225_1 uuid)"
} }
variable "flavor" { variable "flavor" {
......
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