From c39c8a919fac4eb1196f3a83e8c91b03dc3dd580 Mon Sep 17 00:00:00 2001 From: Pedro Moura Date: Mon, 7 Nov 2022 22:02:00 -0300 Subject: [PATCH] added a topic about how to make a group global in koschei Signed-off-by: Pedro Moura --- modules/sysadmin_guide/pages/koschei.adoc | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/modules/sysadmin_guide/pages/koschei.adoc b/modules/sysadmin_guide/pages/koschei.adoc index 0c06e1a..8ebedb7 100644 --- a/modules/sysadmin_guide/pages/koschei.adoc +++ b/modules/sysadmin_guide/pages/koschei.adoc @@ -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 +koschei-admin edit-group myuser/mygroup --make-global --new-name mygroup +.... \ No newline at end of file