summaryrefslogtreecommitdiffstats
path: root/roles/openshift_logging/templates
diff options
context:
space:
mode:
authorJeff Cantrill <jcantril@redhat.com>2017-02-02 16:35:33 -0500
committerJeff Cantrill <jcantril@redhat.com>2017-02-02 16:35:47 -0500
commitb53e69588296800998f2256d66a74080ebc1e4f1 (patch)
tree9c866148f91215ace776a8b04af1473d53c24a30 /roles/openshift_logging/templates
parent4dfe8c715bfc49a913d7c7bea80c475a9b50b41e (diff)
downloadopenshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.gz
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.bz2
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.tar.xz
openshift-b53e69588296800998f2256d66a74080ebc1e4f1.zip
fixes 1417261. Points playbooks to the correct 3.5 roles for logging and metrics
Diffstat (limited to 'roles/openshift_logging/templates')
-rw-r--r--roles/openshift_logging/templates/kibana.j24
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/openshift_logging/templates/kibana.j2 b/roles/openshift_logging/templates/kibana.j2
index b42f62850..3a9e03768 100644
--- a/roles/openshift_logging/templates/kibana.j2
+++ b/roles/openshift_logging/templates/kibana.j2
@@ -93,10 +93,10 @@ spec:
value: {{master_url}}
-
name: "OAP_PUBLIC_MASTER_URL"
- value: {{public_master_url}}
+ value: {{openshift_logging_master_public_url}}
-
name: "OAP_LOGOUT_REDIRECT"
- value: {{public_master_url}}/console/logout
+ value: {{openshift_logging_master_public_url}}/console/logout
-
name: "OAP_MASTER_CA_FILE"
value: "/var/run/secrets/kubernetes.io/serviceaccount/ca.crt"