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
|
app: the-new-hotness
|
||||||
key: koji-keytab
|
key: koji-keytab
|
||||||
secret_name: the-new-hotness-keytab
|
secret_name: the-new-hotness-keytab
|
||||||
service: hotness
|
service: the-new-hotness
|
||||||
host: "hotness{{env_suffix}}.fedoraproject.org"
|
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
|
- role: openshift/secret-file
|
||||||
app: the-new-hotness
|
app: the-new-hotness
|
||||||
|
|
|
@ -141,11 +141,12 @@ items:
|
||||||
{% if env == "staging" %}
|
{% if env == "staging" %}
|
||||||
server = "https://koji.stg.fedoraproject.org/kojihub"
|
server = "https://koji.stg.fedoraproject.org/kojihub"
|
||||||
weburl = "https://koji.stg.fedoraproject.org/koji"
|
weburl = "https://koji.stg.fedoraproject.org/koji"
|
||||||
|
krb_principal = "the-new-hotness/stg.release-monitoring.org@{{ipa_realm}}"
|
||||||
{% else %}
|
{% else %}
|
||||||
server = "https://koji.fedoraproject.org/kojihub"
|
server = "https://koji.fedoraproject.org/kojihub"
|
||||||
weburl = "https://koji.fedoraproject.org/koji"
|
weburl = "https://koji.fedoraproject.org/koji"
|
||||||
|
krb_principal = "the-new-hotness/release-monitoring.org@{{ipa_realm}}"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
krb_principal = "hotness/hotness{{env_suffix}}.fedoraproject.org@{{ipa_realm}}"
|
|
||||||
krb_keytab = "/etc/krb5.hotness_hotness{{env_suffix}}.fedoraproject.org.keytab"
|
krb_keytab = "/etc/krb5.hotness_hotness{{env_suffix}}.fedoraproject.org.keytab"
|
||||||
krb_ccache = ""
|
krb_ccache = ""
|
||||||
krb_proxyuser = ""
|
krb_proxyuser = ""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue