diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-12-05 13:28:35 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-05 13:28:35 -0500 |
commit | 968f614e984da91a4e883a9642af8e66d49d87a0 (patch) | |
tree | 610fc73ab31224a9753374ff109c29f797a8828c /playbooks/byo | |
parent | 03f5d8249478ca5e62eb3d5db7aa1b7a43de96eb (diff) | |
parent | 2f76a594258e3ccdf55101c7266c65bd99c59abc (diff) | |
download | openshift-968f614e984da91a4e883a9642af8e66d49d87a0.tar.gz openshift-968f614e984da91a4e883a9642af8e66d49d87a0.tar.bz2 openshift-968f614e984da91a4e883a9642af8e66d49d87a0.tar.xz openshift-968f614e984da91a4e883a9642af8e66d49d87a0.zip |
Merge pull request #6154 from mtnbikenc/consolidate-openshift-logging
Playbook Consolidation - openshift-logging
Diffstat (limited to 'playbooks/byo')
-rw-r--r-- | playbooks/byo/openshift-cluster/openshift-logging.yml | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/playbooks/byo/openshift-cluster/openshift-logging.yml b/playbooks/byo/openshift-cluster/openshift-logging.yml index 74e186f33..76bd47c4f 100644 --- a/playbooks/byo/openshift-cluster/openshift-logging.yml +++ b/playbooks/byo/openshift-cluster/openshift-logging.yml @@ -1,9 +1,3 @@ --- -# -# This playbook is a preview of upcoming changes for installing -# Hosted logging on. See inventory/byo/hosts.*.example for the -# currently supported method. -# -- include: ../../init/main.yml - -- include: ../../common/openshift-cluster/openshift_logging.yml +# TODO (rteague): Temporarily leaving this playbook to allow CI tests to operate until CI jobs are updated. +- include: ../../openshift-logging/config.yml |