summaryrefslogtreecommitdiffstats
path: root/playbooks/adhoc
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 /playbooks/adhoc
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 'playbooks/adhoc')
-rw-r--r--playbooks/adhoc/openshift_hosted_logging_efk.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/playbooks/adhoc/openshift_hosted_logging_efk.yaml b/playbooks/adhoc/openshift_hosted_logging_efk.yaml
index 0b30a221d..e83351272 100644
--- a/playbooks/adhoc/openshift_hosted_logging_efk.yaml
+++ b/playbooks/adhoc/openshift_hosted_logging_efk.yaml
@@ -1,7 +1,7 @@
---
- hosts: masters[0]
roles:
- - role: openshift_hosted_logging
+ - role: openshift_logging
openshift_hosted_logging_cleanup: no
- name: Update master-config for publicLoggingURL
@@ -11,6 +11,6 @@
logging_hostname: "{{ openshift_hosted_logging_hostname | default('kibana.' ~ (openshift_master_default_subdomain | default('router.default.svc.cluster.local', true))) }}"
tasks:
- include_role:
- name: openshift_hosted_logging
+ name: openshift_logging
tasks_from: update_master_config
when: openshift_hosted_logging_deploy | default(false) | bool