diff options
author | Scott Dodson <sdodson@redhat.com> | 2017-10-09 10:56:43 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 10:56:43 -0400 |
commit | fced8262d239d1d44ce64a5c6d02caa1530c5d45 (patch) | |
tree | d50659fa9b1fd4ab41ae611edf1f65b52c4fd5e9 /roles/installer_checkpoint | |
parent | b37c5e648736c11913c56ee2b9620920ef42e99e (diff) | |
parent | c0f63fb902b53bc592e6862d5876af9b244ee82b (diff) | |
download | openshift-fced8262d239d1d44ce64a5c6d02caa1530c5d45.tar.gz openshift-fced8262d239d1d44ce64a5c6d02caa1530c5d45.tar.bz2 openshift-fced8262d239d1d44ce64a5c6d02caa1530c5d45.tar.xz openshift-fced8262d239d1d44ce64a5c6d02caa1530c5d45.zip |
Merge pull request #5682 from tbielawa/openshift_management
Rename openshift_cfme role to openshift_management
Diffstat (limited to 'roles/installer_checkpoint')
-rw-r--r-- | roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index 033240e62..ac369b882 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -81,6 +81,7 @@ class CallbackModule(CallbackBase): 'installer_phase_metrics', 'installer_phase_logging', 'installer_phase_servicecatalog', + 'installer_phase_management', ] # Define the attributes of the installer phases @@ -133,6 +134,10 @@ class CallbackModule(CallbackBase): 'title': 'Service Catalog Install', 'playbook': 'playbooks/byo/openshift-cluster/service-catalog.yml' }, + 'installer_phase_management': { + 'title': 'Management Install', + 'playbook': 'playbooks/common/openshift-cluster/openshift_management.yml' + }, } # Find the longest phase title |