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
810c797a
Commit
810c797a
authored
4 months ago
by
McDonnell, Marshall
Browse files
Options
Downloads
Patches
Plain Diff
Set image uuid to Rocky 9 for all
parent
37049e98
No related branches found
No related tags found
No related merge requests found
Pipeline
#625601
passed
4 months ago
Stage: prepare
Stage: validate
Stage: build
Stage: deploy
Stage: destroy
Changes
2
Pipelines
3
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 @
810c797a
...
...
@@ -43,7 +43,7 @@ module "espd_bootstrap_runners" {
prefix
=
"espd-bootstrapper"
runner_count
=
1
flavor
=
"c2.small"
image_uuid
=
"ac23b9b7-456e-42ac-a0c5-9fdf00873689"
# Rocky 9
image_uuid
=
var
.
image_uuid
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
=
"ac23b9b7-456e-42ac-a0c5-9fdf00873689"
# Rocky 9
image_uuid
=
var
.
image_uuid
volume_size
=
var
.
volume_size
ssh_key_file
=
var
.
ssh_key_file
runner_tokens
=
local
.
runner_tokens_green
...
...
This diff is collapsed.
Click to expand it.
variables.tf
+
2
−
2
View file @
810c797a
...
...
@@ -11,8 +11,8 @@ variable "security_group_description" {
}
variable
"image_uuid"
{
default
=
"
e28e9de5-d15b-4f49-8572-5081f3d0d2ec
"
description
=
"Image UUID for OS (default is ORC_
Ubuntu-22.04
_v2024
0207
_1 uuid)"
default
=
"
ac23b9b7-456e-42ac-a0c5-9fdf00873689
"
description
=
"Image UUID for OS (default is ORC_
Rocky-9
_v2024
1008
_1 uuid)"
}
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