added a topic about how to make a group global in koschei

Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
Pedro Moura 2022-11-07 22:02:00 -03:00 committed by zlopez
parent 326868fa7a
commit c39c8a919f

View file

@ -208,3 +208,13 @@ koschei-admin branch-collection f27 f28 -d 'Fedora 27' -t f28 --bugzilla-version
Then you can optionally verify that the collection configuration is
correct by visiting https://apps.fedoraproject.org/koschei/collections
and examining the configuration of the newly branched collection.
== Edit Koschei group to make it global
Koschei runs in an openshift instance. Connect to the openshift control vm using `ssh` and run the following commands:
....
oc project koschei
oc rsh <admin pod in the koschei project>
koschei-admin edit-group myuser/mygroup --make-global --new-name mygroup
....