diff options
author | Russell Teague <rteague@redhat.com> | 2017-11-16 14:18:58 -0500 |
---|---|---|
committer | Russell Teague <rteague@redhat.com> | 2017-11-22 08:32:57 -0500 |
commit | 78f11c8f671015d40a630208b548d0790ec3a823 (patch) | |
tree | 59dc57f13d23edc34d86c76aaf3f758a2fec9718 /roles | |
parent | 16e4acfe143e954c07c774c5c163fbd4ff1e4647 (diff) | |
download | openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.gz openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.bz2 openshift-78f11c8f671015d40a630208b548d0790ec3a823.tar.xz openshift-78f11c8f671015d40a630208b548d0790ec3a823.zip |
Playbook Consolidation - openshift-master
Diffstat (limited to 'roles')
-rw-r--r-- | roles/installer_checkpoint/README.md | 2 | ||||
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/roles/installer_checkpoint/README.md b/roles/installer_checkpoint/README.md index 6426cd545..68c0357b6 100644 --- a/roles/installer_checkpoint/README.md +++ b/roles/installer_checkpoint/README.md @@ -160,7 +160,7 @@ Health Check : Complete (0:01:10) etcd Install : Complete (0:02:58) Master Install : Complete (0:09:20) Master Additional Install : In Progress (0:20:04) - This phase can be restarted by running: playbooks/byo/openshift-master/additional_config.yml + This phase can be restarted by running: playbooks/openshift-master/additional_config.yml ``` [set_stats]: http://docs.ansible.com/ansible/latest/set_stats_module.html diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index b001e7cb0..fcda9aa51 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -62,11 +62,11 @@ class CallbackModule(CallbackBase): }, 'installer_phase_master': { 'title': 'Master Install', - 'playbook': 'playbooks/byo/openshift-master/config.yml' + 'playbook': 'playbooks/openshift-master/config.yml' }, 'installer_phase_master_additional': { 'title': 'Master Additional Install', - 'playbook': 'playbooks/byo/openshift-master/additional_config.yml' + 'playbook': 'playbooks/openshift-master/additional_config.yml' }, 'installer_phase_node': { 'title': 'Node Install', |