Use kdcproxy outside of PHX2

Signed-off-by: Patrick Uiterwijk <puiterwijk@redhat.com>
This commit is contained in:
Patrick Uiterwijk 2016-10-28 16:35:48 +00:00
parent 641da12230
commit 7304a32dd8

View file

@ -18,13 +18,20 @@
[realms]
{% if env == "production" %}
FEDORAPROJECT.ORG = {
{% if datacenter == "phx2" %}
kdc = ipa01.phx2.fedoraproject.org
admin_server = ipa01.phx2.fedoraproject.org
kdc = ipa02.phx2.fedoraproject.org
{% else %}
kdc = https://id.fedoraproject.org/KdcProxy
{% endif %}
}
{% else %}
STG.FEDORAPROJECT.ORG = {
{% if datacenter == "phx2" %}
kdc = ipa01.stg.phx2.fedoraproject.org
admin_server = ipa01.stg.phx2.fedoraproject.org
{% else %}
kdc = https://id.stg.fedoraproject.org/KdcProxy
{% endif %}
}
{% endif %}