diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 08:28:39 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 08:28:39 -0500 |
commit | 16e4acfe143e954c07c774c5c163fbd4ff1e4647 (patch) | |
tree | 85bd1bde9394a52731585caac94fc781c04820d9 /roles/installer_checkpoint | |
parent | c1c4f92cdfce46945fdf51d0219980134b73861f (diff) | |
parent | fcec6bc2caad1f9b84666fc5b17d0af6658b7999 (diff) | |
download | openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.gz openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.bz2 openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.tar.xz openshift-16e4acfe143e954c07c774c5c163fbd4ff1e4647.zip |
Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancer
Playbook Consolidation - openshift-loadbalancer
Diffstat (limited to 'roles/installer_checkpoint')
-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 525ca6ed5..b001e7cb0 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', |