Ipsilon: deploy the ldap config file
Signed-off-by: Aurélien Bompard <aurelien@bompard.org>
This commit is contained in:
parent
97db4e4c5f
commit
5e359beda9
3 changed files with 11 additions and 0 deletions
|
@ -33,6 +33,9 @@
|
|||
service: HTTP
|
||||
host: "id{{ env_suffix }}.fedoraproject.org"
|
||||
|
||||
- role: openshift/ipa-client
|
||||
app: ipsilon
|
||||
|
||||
- role: openshift/imagestream
|
||||
app: ipsilon
|
||||
imagename: ipsilon
|
||||
|
|
|
@ -45,6 +45,8 @@ spec:
|
|||
|
||||
# Set up krb5
|
||||
RUN rm -f /etc/krb5.conf && ln -sf /etc/ipsilon/krb5.conf /etc/krb5.conf
|
||||
# Set up LDAP
|
||||
RUN rm -f /etc/openldap/ldap.conf && ln -sf /etc/ipa/ldap.conf /etc/openldap/ldap.conf
|
||||
|
||||
RUN ln -s /etc/ipsilon/ipsilon.conf /var/lib/ipsilon/ipsilon.conf
|
||||
|
||||
|
|
|
@ -37,6 +37,9 @@ spec:
|
|||
- name: config-volume
|
||||
mountPath: /etc/ipsilon
|
||||
readOnly: true
|
||||
- name: ipa-config-volume
|
||||
mountPath: /etc/ipa
|
||||
readOnly: true
|
||||
- name: keytab-volume
|
||||
mountPath: /etc/keytabs
|
||||
readOnly: true
|
||||
|
@ -61,6 +64,9 @@ spec:
|
|||
- name: keytab-volume
|
||||
secret:
|
||||
secretName: ipsilon-keytab
|
||||
- name: ipa-config-volume
|
||||
configMap:
|
||||
name: ipa-client-config
|
||||
- name: httpdir-volume
|
||||
emptyDir: {}
|
||||
triggers:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue