diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 12:33:29 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-16 14:29:50 -0500 |
commit | fcec6bc2caad1f9b84666fc5b17d0af6658b7999 (patch) | |
tree | 7d3f3d0728d5c8e0c7ca817802d7858c2507f792 /roles | |
parent | 7a18158c1df667d2bc45fae3ca62ed35400bedb8 (diff) | |
download | openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.gz openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.bz2 openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.tar.xz openshift-fcec6bc2caad1f9b84666fc5b17d0af6658b7999.zip |
Playbook Consolidation - openshift-loadbalancer
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 556e9127f..1d9a07405 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -58,7 +58,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_loadbalancer': { 'title': 'Load balancer Install', - 'playbook': 'playbooks/byo/openshift-loadbalancer/config.yml' + 'playbook': 'playbooks/openshift-loadbalancer/config.yml' }, 'installer_phase_master': { 'title': 'Master Install', |