the-new-hotness: Fix principal name
Signed-off-by: Michal Konečný <mkonecny@redhat.com>
This commit is contained in:
parent
95da782701
commit
4677611f60
2 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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 = ""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue