Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gitlab-runners
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Harbor Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
espd
devops
gitlab-runners
Commits
3d924650
Commit
3d924650
authored
5 days ago
by
McDonnell, Marshall
Browse files
Options
Downloads
Patches
Plain Diff
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
5 days ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
main.tf
+2
-2
2 additions, 2 deletions
main.tf
variables.tf
+2
-2
2 additions, 2 deletions
variables.tf
with
4 additions
and
4 deletions
main.tf
+
2
−
2
View file @
3d924650
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
variables.tf
+
2
−
2
View file @
3d924650
...
@@ -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"
{
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment