Set up koji profile for bodhi
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
71d85eb35b
commit
a80d43a445
2 changed files with 14 additions and 0 deletions
|
@ -483,6 +483,11 @@
|
|||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: Set up koji profile
|
||||
template: src=kojiprofile.conf dest=/etc/koji.conf.d/bodhi.conf
|
||||
tags:
|
||||
- bodhi
|
||||
|
||||
- name: Put in tag2distrepo config
|
||||
template: >
|
||||
src=tag2distrepo.py.j2
|
||||
|
|
9
roles/bodhi2/backend/templates/kojiprofile.conf
Normal file
9
roles/bodhi2/backend/templates/kojiprofile.conf
Normal file
|
@ -0,0 +1,9 @@
|
|||
[bodhi_koji]
|
||||
server = https://koji{{ env_suffix }}.fedoraproject.org/kojihub
|
||||
weburl = https://koji{{ env_suffix }}.fedoraproject.org/koji
|
||||
topurl = https://kojipkgs{{ env_suffix }}.fedoraproject.org/
|
||||
anon_retry = true
|
||||
krb_rdns = false
|
||||
authtype = kerberos
|
||||
principal = bodhi/bodhi{{ env_suffix }}.fedoraproject.org
|
||||
keytab = /etc/krb5.bodhi_bodhi{{ env_suffix }}.fedoraproject.org.keytab
|
Loading…
Add table
Add a link
Reference in a new issue