Set serverca for koji and set default koji instance
Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
parent
a7e0c3cf6b
commit
10490e8d92
6 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,7 @@ topurl = https://armpkgs.fedoraproject.org/
|
|||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
|
|
|
@ -13,6 +13,7 @@ topurl = https://ppc.koji.fedoraproject.org/
|
|||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
|
|
|
@ -10,6 +10,7 @@ weburl = https://koji.stg.fedoraproject.org/koji
|
|||
|
||||
;url of package download site
|
||||
topurl = https://kojipkgs.stg.fedoraproject.org/
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
|
|
|
@ -13,6 +13,7 @@ topurl = https://s390pkgs.fedoraproject.org/
|
|||
|
||||
;path to the koji top directory
|
||||
;topdir = /mnt/koji
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/sign-bridge01.phx2.fedoraproject.org@FEDORAPROJECT.ORG
|
||||
|
|
|
@ -28,6 +28,7 @@ fas-password: {{ fedoraDummyUserPassword }}
|
|||
{% if inventory_hostname.startswith('sign') %}
|
||||
koji-instances: primary
|
||||
koji-config-primary: /etc/koji-primary.conf
|
||||
koji-config: /etc/koji-primary.conf
|
||||
{% else %}
|
||||
koji-instances: ppc s390 arm sparc
|
||||
koji-config-ppc: /etc/koji-ppc.conf
|
||||
|
|
|
@ -15,6 +15,7 @@ topurl = https://kojipkgs.fedoraproject.org/
|
|||
;topdir = /mnt/koji
|
||||
|
||||
anon_retry = true
|
||||
serverca = /etc/pki/ca-trust/extracted/pem/tls-ca-bundle.pem
|
||||
|
||||
authtype = kerberos
|
||||
principal = sigul/{{ inventory_hostname }}@{{ ipa_realm }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue