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/aws | |
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/aws')
-rw-r--r-- | playbooks/aws/openshift-cluster/hosted.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/playbooks/aws/openshift-cluster/hosted.yml b/playbooks/aws/openshift-cluster/hosted.yml index da7ec9d21..1dabae357 100644 --- a/playbooks/aws/openshift-cluster/hosted.yml +++ b/playbooks/aws/openshift-cluster/hosted.yml @@ -4,7 +4,7 @@ - include: ../../openshift-metrics/private/config.yml when: openshift_metrics_install_metrics | default(false) | bool -- include: ../../common/openshift-cluster/openshift_logging.yml +- include: ../../openshift-logging/private/config.yml when: openshift_logging_install_logging | default(false) | bool - include: ../../openshift-prometheus/private/config.yml |