diff --git a/inventory/inventory b/inventory/inventory index fe1876996c..63f1af7f9f 100644 --- a/inventory/inventory +++ b/inventory/inventory @@ -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. diff --git a/roles/simple-koji-ci/templates/simple_koji_ci.py b/roles/simple-koji-ci/templates/simple_koji_ci.py index c5a9fb196f..c076a0f7f9 100644 --- a/roles/simple-koji-ci/templates/simple_koji_ci.py +++ b/roles/simple-koji-ci/templates/simple_koji_ci.py @@ -7,8 +7,8 @@ config = { # Kerberos configuration to authenticate with Koji. In development # environments, use `kinit @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},