Skip to content
Snippets Groups Projects
Commit 9ebe7b6b authored by Jérôme Charaoui's avatar Jérôme Charaoui :telescope:
Browse files

remove info about gitlab runner registration token

Experience shows that a single registration token for both shared and
project-locked runners (eg. shadow) works fine. Will add bits about
custom roles for runners in subsequent commit.
parent 17368e6d
No related branches found
No related tags found
No related merge requests found
......@@ -187,20 +187,7 @@ module from Voxpupuli to avoid reinventing the wheel. But before
enabling it on the instance, the following operations need to be
performed:
1. The shared runner token needs to be setup in Trocla, using:
trocla create profile::gitlab::runner::token plain
NOTE: this was probably already done. If you need a more specific
runner (say group- or project-specific), a new Role
(e.g. `roles::gitlab::runner::docker::tpa` could be created and
pass a different token (set in Trocla like the above).
TODO: this is one case where the Trocla Hiera support (which we do
not currently use), could come in handy. See our [Puppet Trocla
docs](howto/puppet#trocla) for more details.
2. setup the large partition in `/srv`, and bind-mount it to cover
1. setup the large partition in `/srv`, and bind-mount it to cover
for Docker:
mkfs -t ext4 -j /dev/sdc
......
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