From 9ebe7b6bdc018b3072f370473016504983aa7458 Mon Sep 17 00:00:00 2001
From: Jerome Charaoui <jerome@riseup.net>
Date: Wed, 6 Oct 2021 16:34:19 -0400
Subject: [PATCH] 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.
---
 service/ci.md | 15 +--------------
 1 file changed, 1 insertion(+), 14 deletions(-)

diff --git a/service/ci.md b/service/ci.md
index 55771096..e9db5855 100644
--- a/service/ci.md
+++ b/service/ci.md
@@ -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
-- 
GitLab