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

Blue -> 0, Green -> 3

parent 166f1c80
Branches main
Tags 0.10.0
No related merge requests found
Pipeline #639545 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 = 1 runner_count = 2
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 = 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
......
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