diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 16:25:48 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-11-22 16:25:48 -0500 |
commit | dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532 (patch) | |
tree | 76e88ef9484f34ae0bd2ad8fc781e0cf7c2359a7 /roles/installer_checkpoint | |
parent | 5874c9f21e750fa665937d629dad0c0d34839185 (diff) | |
parent | 85815450dbec0016e4f133c86b95b0e16f3737dc (diff) | |
download | openshift-dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532.tar.gz openshift-dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532.tar.bz2 openshift-dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532.tar.xz openshift-dbaf0dcd3c0b68da7e38ee098d9e6f8a4ed9e532.zip |
Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalog
Playbook Consolidation - openshift-service-catalog
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 c332a8ac2..57444a2a5 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -94,7 +94,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_servicecatalog': { 'title': 'Service Catalog Install', - 'playbook': 'playbooks/byo/openshift-cluster/service-catalog.yml' + 'playbook': 'playbooks/openshift-service-catalog/config.yml' }, 'installer_phase_management': { 'title': 'Management Install', |