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 /roles | |
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 'roles')
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 3cb1fa8d0..83ca83350 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -86,7 +86,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_logging': { 'title': 'Logging Install', - 'playbook': 'playbooks/byo/openshift-cluster/openshift-logging.yml' + 'playbook': 'playbooks/openshift-logging/config.yml' }, 'installer_phase_prometheus': { 'title': 'Prometheus Install', |