Fix domain and krb5 path
Signed-off-by: Pedro Moura <pmoura@redhat.com>
This commit is contained in:
parent
8391991196
commit
cefae1c846
2 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
---
|
---
|
||||||
- name: make the app be real
|
- name: make the app be real
|
||||||
hosts: os_control[0]:os_control_stg[0]
|
hosts: os_control_stg[0]
|
||||||
user: root
|
user: root
|
||||||
gather_facts: False
|
gather_facts: False
|
||||||
|
|
||||||
|
@ -36,7 +36,7 @@
|
||||||
key: http
|
key: http
|
||||||
secret_name: planet-keytab-http
|
secret_name: planet-keytab-http
|
||||||
service: HTTP
|
service: HTTP
|
||||||
host: "{{ env_suffix }}.newplanet.org"
|
host: "planet.apps.ocp{{env_suffix}}.fedoraproject.org"
|
||||||
|
|
||||||
- role: openshift/imagestream
|
- role: openshift/imagestream
|
||||||
app: planet
|
app: planet
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
- role: openshift/route
|
- role: openshift/route
|
||||||
app: planet
|
app: planet
|
||||||
routename: planet
|
routename: planet
|
||||||
host: "{{ env_suffix }}.newplanet.org"
|
host: "planet.{{env_suffix}}.fedoraproject.org "
|
||||||
serviceport: web
|
serviceport: web
|
||||||
servicename: planet-web
|
servicename: planet-web
|
||||||
annotations:
|
annotations:
|
||||||
|
|
|
@ -27,7 +27,7 @@
|
||||||
containers:
|
containers:
|
||||||
- env:
|
- env:
|
||||||
- name: KRB5CCNAME
|
- name: KRB5CCNAME
|
||||||
value: FILE:/tmp/tgt
|
value: FILE:/etc/krb5.conf.d/tgt
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
name: planet
|
name: planet
|
||||||
resources: {}
|
resources: {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue