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:
parent
0835ec7850
commit
435938d298
3 changed files with 6 additions and 3 deletions
|
@ -19,6 +19,7 @@ spec:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: fasjson:latest
|
name: fasjson:latest
|
||||||
triggers:
|
triggers:
|
||||||
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
{% if fasjson_stg_github_secret is defined and env == 'staging' %}
|
{% if fasjson_stg_github_secret is defined and env == 'staging' %}
|
||||||
|
|
|
@ -23,7 +23,8 @@ includedir /etc/krb5.conf.d/
|
||||||
}
|
}
|
||||||
|
|
||||||
[domain_realm]
|
[domain_realm]
|
||||||
{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
{{ ipa_realm | lower }} = {{ ipa_realm }}
|
.{{ env_short }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
{{ inventory_hostname }} = {{ ipa_realm }}
|
{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
|
.{{ env_short }}.{{ datacenter }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
fasjson{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
fasjson{{ env_suffix }}.fedoraproject.org = {{ ipa_realm }}
|
||||||
|
|
|
@ -29,6 +29,7 @@ spec:
|
||||||
kind: ImageStreamTag
|
kind: ImageStreamTag
|
||||||
name: noggin:latest
|
name: noggin:latest
|
||||||
triggers:
|
triggers:
|
||||||
|
- type: ConfigChange
|
||||||
- type: ImageChange
|
- type: ImageChange
|
||||||
- type: GitHub
|
- type: GitHub
|
||||||
{% if noggin_stg_github_secret is defined and env == 'staging' %}
|
{% if noggin_stg_github_secret is defined and env == 'staging' %}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue