Add another option of disabling builder

Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
Michal Konecny 2024-09-26 12:38:54 +02:00 committed by zlopez
parent 977d05c7ce
commit a00e7fc828

View file

@ -108,13 +108,14 @@ Only way to deal with it currently is to disable the builder with issue in koji
==== Disabling builder in koji
. Generate a kerberos ticket
. koji disable <builder_with_issue>
. `koji disable <builder_with_issue>`
[NOTE]
====
If you don't have permissions to disable builder using `koji disable` command. Ssh to the machine and stop
kojid service by running `systemctl stop kojid`. This will prevent the machine to serve any more builds.
====
==== Reinstalling the builder
. Run `groups/buildvm.yml` ansible playbook with `--limit <builder_hostname>`
[NOTE]
====
You need to be koji admin.
====