mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-28 04:22:18 +08:00
FASJSON: fix krb5.conf
Simo deserves vast amounts of cookies on this one. Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
@@ -19,6 +19,7 @@ spec:
|
||||
kind: ImageStreamTag
|
||||
name: fasjson:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: GitHub
|
||||
{% if fasjson_stg_github_secret is defined and env == 'staging' %}
|
||||
|
||||
@@ -23,7 +23,8 @@ includedir /etc/krb5.conf.d/
|
||||
}
|
||||
|
||||
[domain_realm]
|
||||
{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
||||
{{ ipa_realm | lower }} = {{ ipa_realm }}
|
||||
{{ inventory_hostname }} = {{ ipa_realm }}
|
||||
{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||
.{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||
{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||
.{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||
fasjson{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
||||
|
||||
@@ -29,6 +29,7 @@ spec:
|
||||
kind: ImageStreamTag
|
||||
name: noggin:latest
|
||||
triggers:
|
||||
- type: ConfigChange
|
||||
- type: ImageChange
|
||||
- type: GitHub
|
||||
{% if noggin_stg_github_secret is defined and env == 'staging' %}
|
||||
|
||||
Reference in New Issue
Block a user