diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-21 16:47:48 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 08:14:04 -0500 |
commit | a495780e61e824dddeaf35b9d58b6b37e300505c (patch) | |
tree | 16dd17c673dbce1461bb904f9a67f91c40f415b5 /roles | |
parent | 7c6e0712b6bb57dcce6a055d4f88a2234449141f (diff) | |
download | openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.gz openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.bz2 openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.tar.xz openshift-a495780e61e824dddeaf35b9d58b6b37e300505c.zip |
Playbook Consolidation - openshift-hosted
Diffstat (limited to 'roles')
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 525ca6ed5..cc080d4b9 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -78,7 +78,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_hosted': { 'title': 'Hosted Install', - 'playbook': 'playbooks/byo/openshift-cluster/openshift-hosted.yml' + 'playbook': 'playbooks/openshift-hosted/config.yml' }, 'installer_phase_metrics': { 'title': 'Metrics Install', @@ -90,7 +90,7 @@ class CallbackModule(CallbackBase): }, 'installer_phase_prometheus': { 'title': 'Prometheus Install', - 'playbook': 'playbooks/byo/openshift-cluster/openshift-prometheus.yml' + 'playbook': 'playbooks/openshift-prometheus/config.yml' }, 'installer_phase_servicecatalog': { 'title': 'Service Catalog Install', |