Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
puppet-swh-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository 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
Platform
Infrastructure
Puppet
puppet-swh-site
Commits
9c3899c1
Commit
9c3899c1
authored
1 year ago
by
Guillaume Samson
Browse files
Options
Downloads
Patches
Plain Diff
Add role gitlab_runner
parent
4c28da9e
No related branches found
Branches containing commit
No related tags found
1 merge request
!647
Add role gitlab_runner_node
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
manifests/site.pp
+4
-0
4 additions, 0 deletions
manifests/site.pp
site-modules/role/manifests/gitlab_runner.pp
+5
-0
5 additions, 0 deletions
site-modules/role/manifests/gitlab_runner.pp
with
9 additions
and
0 deletions
manifests/site.pp
+
4
−
0
View file @
9c3899c1
...
...
@@ -66,6 +66,10 @@ node /^cassandra\d?\d+\./ {
include
role::swh_cassandra_node
}
node
/^runner
\d
+
\.
/
{
include
role::gitlab_runner
}
node
'granet.internal.softwareheritage.org'
{
include
role::swh_graph_backend
}
...
...
This diff is collapsed.
Click to expand it.
site-modules/role/manifests/gitlab_runner.pp
0 → 100644
+
5
−
0
View file @
9c3899c1
# Deployment of a gitlab runner node
class
role::gitlab_runner
inherits
role::swh_base
{
include
profile::zfs
include
profile::docker
}
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