From e230842a0a03ab6a41ed4d9495abf267939408c7 Mon Sep 17 00:00:00 2001 From: Michal Konecny Date: Nov 27 2024 12:48:21 +0000 Subject: [openshift/ipa-client] Fix krb5 config There was a typo in krb5 config for staging machines as the naming convention is stg.iad2.fedoraproject.org and not iad2.stg.fedoraproject.org. Signed-off-by: Michal Konecny --- diff --git a/roles/openshift/ipa-client/templates/krb5.conf b/roles/openshift/ipa-client/templates/krb5.conf index e26e84a..86823e4 100644 --- a/roles/openshift/ipa-client/templates/krb5.conf +++ b/roles/openshift/ipa-client/templates/krb5.conf @@ -32,6 +32,6 @@ {{ datacenter }}.fedoraproject.org = FEDORAPROJECT.ORG .stg.fedoraproject.org = STG.FEDORAPROJECT.ORG stg.fedoraproject.org = STG.FEDORAPROJECT.ORG - .{{ datacenter }}.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG - {{ datacenter }}.stg.fedoraproject.org = STG.FEDORAPROJECT.ORG + .stg.{{ datacenter }}.fedoraproject.org = STG.FEDORAPROJECT.ORG + stg.{{ datacenter }}.fedoraproject.org = STG.FEDORAPROJECT.ORG {{ public_hostname }} = {{ ipa_realm }}