Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
linuxops
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
linuxsupport
websites
linuxops
Merge requests
!9
Added info about kojitest
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Added info about kojitest
kojitest
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Alex Iribarren
requested to merge
kojitest
into
master
5 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
master (base)
and
latest version
latest version
a6f3ab1f
1 commit,
5 years ago
1 file
+
18
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
docs/onboarding/index.md
+
18
−
0
Options
@@ -65,6 +65,24 @@ Ask any already existing koji admin to run:
koji grant-permission admin $USERNAME
```
You will probably also want access to the kojitest instance:
```
koji -p kojitest add-user $USERNAME --principal=$USERNAME@CERN.CH
for i in build admin; do koji -p kojitest grant-permission $i $USERNAME; done
```
Here's the config for kojitest:
```
[kojitest]
server = https://kojitesthub.cern.ch/kojihub
weburl = https://kojitest.cern.ch/
topurl = https://kojitest.cern.ch/kojifiles
krb_canon_host = no
krb_rdns = false
no_ssl_verify = true
```
### Add user to the `linux:adm` AFS group
Get a Kerberos ticket with the
`linux@CERN.CH`
principal
Loading