Mark the host as staging, fix the config file
This commit is contained in:
parent
6721d7a153
commit
5efb867282
2 changed files with 4 additions and 2 deletions
|
@ -837,6 +837,8 @@ os-master02.stg.phx2.fedoraproject.org
|
|||
os-master03.stg.phx2.fedoraproject.org
|
||||
os-node01.stg.phx2.fedoraproject.org
|
||||
os-node02.stg.phx2.fedoraproject.org
|
||||
# We know it's marked as a dev node but it simplifies things
|
||||
simple-koji-ci-dev.fedorainfracloud.org
|
||||
|
||||
# This is a list of hosts that are a little "friendly" with staging.
|
||||
# They are exempted from the iptables wall between staging and prod.
|
||||
|
|
|
@ -7,8 +7,8 @@ config = {
|
|||
# Kerberos configuration to authenticate with Koji. In development
|
||||
# environments, use `kinit <fas-name>@FEDORAPROJECT.ORG` to get a
|
||||
# Kerberos ticket and use the default settings below.
|
||||
'krb_principal': 'simple-koji-ci/simple-koji-ci-dev.fedorainfracloud.org@FEDORAPROJECT.ORG',
|
||||
'krb_keytab': 'krb5.simple-koji-ci_simple-koji-ci-dev.fedorainfracloud.org.keytab',
|
||||
'krb_principal': 'simple-koji-ci/simple-koji-ci-dev.fedorainfracloud.org@STG.FEDORAPROJECT.ORG',
|
||||
'krb_keytab': '/etc/krb5.simple-koji-ci_simple-koji-ci-dev.fedorainfracloud.org.keytab',
|
||||
'krb_ccache': None,
|
||||
'krb_proxyuser': None,
|
||||
'krb_sessionopts': {'timeout': 3600, 'krb_rdns': False},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue