Add another option of disabling builder
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
parent
977d05c7ce
commit
a00e7fc828
1 changed files with 7 additions and 6 deletions
|
@ -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.
|
||||
====
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue