Skip to content
Snippets Groups Projects
Commit 9c3899c1 authored by Guillaume Samson's avatar Guillaume Samson
Browse files

Add role gitlab_runner

parent 4c28da9e
No related branches found
No related tags found
1 merge request!647Add role gitlab_runner_node
......@@ -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
}
......
# Deployment of a gitlab runner node
class role::gitlab_runner inherits role::swh_base {
include profile::zfs
include profile::docker
}
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