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:
parent
326868fa7a
commit
c39c8a919f
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
....
|
Loading…
Add table
Add a link
Reference in a new issue