summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
diff options
context:
space:
mode:
authorRussell Teague <rteague@redhat.com>2017-10-12 08:53:18 -0400
committerRussell Teague <rteague@redhat.com>2017-10-12 10:53:38 -0400
commit076ed1a0ea6176ed02e78f071e6375ab342e8c64 (patch)
tree4ba8d1d0f87b6c7f823675cdad1c933b80e2e50a /roles/installer_checkpoint
parent45725a38dd8ee6db16a89144f1e14c30f98440b8 (diff)
downloadopenshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.gz
openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.bz2
openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.tar.xz
openshift-076ed1a0ea6176ed02e78f071e6375ab342e8c64.zip
Refactor openshift-management entry point
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r--roles/installer_checkpoint/callback_plugins/installer_checkpoint.py2
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 ac369b882..25f9405af 100644
--- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py
+++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py
@@ -136,7 +136,7 @@ class CallbackModule(CallbackBase):
},
'installer_phase_management': {
'title': 'Management Install',
- 'playbook': 'playbooks/common/openshift-cluster/openshift_management.yml'
+ 'playbook': 'playbooks/byo/openshift-management/config.yml'
},
}