the-new-hotness: Fix principal name

Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
Michal Konečný 2019-05-28 19:51:40 +02:00
parent 95da782701
commit 4677611f60
2 changed files with 13 additions and 3 deletions

View file

@ -27,8 +27,17 @@
app: the-new-hotness
key: koji-keytab
secret_name: the-new-hotness-keytab
service: hotness
host: "hotness{{env_suffix}}.fedoraproject.org"
service: the-new-hotness
host: "release-monitoring.org"
when: env == "production"
- role: openshift/keytab
app: the-new-hotness
key: koji-keytab
secret_name: the-new-hotness-keytab
service: the-new-hotness
host: "stg.release-monitoring.org"
when: env == "staging"
- role: openshift/secret-file
app: the-new-hotness

View file

@ -141,11 +141,12 @@ items:
{% if env == "staging" %}
server = "https://koji.stg.fedoraproject.org/kojihub"
weburl = "https://koji.stg.fedoraproject.org/koji"
krb_principal = "the-new-hotness/stg.release-monitoring.org@{{ipa_realm}}"
{% else %}
server = "https://koji.fedoraproject.org/kojihub"
weburl = "https://koji.fedoraproject.org/koji"
krb_principal = "the-new-hotness/release-monitoring.org@{{ipa_realm}}"
{% endif %}
krb_principal = "hotness/hotness{{env_suffix}}.fedoraproject.org@{{ipa_realm}}"
krb_keytab = "/etc/krb5.hotness_hotness{{env_suffix}}.fedoraproject.org.keytab"
krb_ccache = ""
krb_proxyuser = ""