diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-22 09:15:40 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 11:10:59 -0500 |
commit | 85815450dbec0016e4f133c86b95b0e16f3737dc (patch) | |
tree | 395139a495f8f125d312283201368d25fcc6ef4d /roles/installer_checkpoint | |
parent | 012be35217f7415d50afe5e74b7e2e995feea6b5 (diff) | |
download | openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.gz openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.bz2 openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.tar.xz openshift-85815450dbec0016e4f133c86b95b0e16f3737dc.zip |
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 87fc470e1..2dca010c6 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', |