monitor-gating: change keytab to iad2 from phx2
Signed-off-by: Kevin Fenzi <kevin@scrye.com>
This commit is contained in:
parent
aeacadcaa2
commit
475d135dcf
1 changed files with 2 additions and 2 deletions
|
@ -6,10 +6,10 @@ delay_when_failing = 1800
|
||||||
|
|
||||||
# blocker issue tags, issue has to have all of them
|
# blocker issue tags, issue has to have all of them
|
||||||
{% if env == 'staging' %}
|
{% if env == 'staging' %}
|
||||||
kb_principal = "monitor-gating/os-master01.stg.phx2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
kb_principal = "monitor-gating/os-master01.stg.iad2.fedoraproject.org@STG.FEDORAPROJECT.ORG"
|
||||||
kb_keytab_file = "/etc/keytabs/koji-keytab"
|
kb_keytab_file = "/etc/keytabs/koji-keytab"
|
||||||
{% else %}
|
{% else %}
|
||||||
kb_principal = "packagerbot/os-master01.phx2.fedoraproject.org@FEDORAPROJECT.ORG"
|
kb_principal = "packagerbot/os-master01.iad2.fedoraproject.org@FEDORAPROJECT.ORG"
|
||||||
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
|
kb_keytab_file = "/etc/keytabs/monitor-gating-keytab"
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue