Set up koji profile for bodhi

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2017-10-24 20:58:32 +00:00
parent 71d85eb35b
commit a80d43a445
2 changed files with 14 additions and 0 deletions

View file

@ -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

View 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