diff options
author | OpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com> | 2017-10-16 10:10:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-16 10:10:27 -0700 |
commit | 41ea8e19e6efde5e5949e494718e2bcb87b73ec4 (patch) | |
tree | 6990bb0d2b336a80429da4cb9831d251d1987797 /roles | |
parent | a374775dac136986e83d852d43a04e9afd5d68db (diff) | |
parent | 076ed1a0ea6176ed02e78f071e6375ab342e8c64 (diff) | |
download | openshift-41ea8e19e6efde5e5949e494718e2bcb87b73ec4.tar.gz openshift-41ea8e19e6efde5e5949e494718e2bcb87b73ec4.tar.bz2 openshift-41ea8e19e6efde5e5949e494718e2bcb87b73ec4.tar.xz openshift-41ea8e19e6efde5e5949e494718e2bcb87b73ec4.zip |
Merge pull request #5734 from mtnbikenc/refactor-mgmt-entry
Automatic merge from submit-queue.
Refactor openshift-management entry point
Moves checkpointing steps into path for both full cluster install and individual entry point playbook.
Diffstat (limited to 'roles')
-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 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' }, } |