From c66536bc27db98232ba1e231cfdee48a72936d5b Mon Sep 17 00:00:00 2001 From: Russell Teague Date: Thu, 12 Oct 2017 14:50:15 -0400 Subject: Refactor health check playbooks - Standardize play/tasks naming - Move install checks to separate playbook with checkpointing - Correct 'docker_storage' tags --- roles/installer_checkpoint/callback_plugins/installer_checkpoint.py | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'roles/installer_checkpoint') diff --git a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py index ac369b882..07c58f9cd 100644 --- a/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py +++ b/roles/installer_checkpoint/callback_plugins/installer_checkpoint.py @@ -70,6 +70,7 @@ class CallbackModule(CallbackBase): # Set the order of the installer phases installer_phases = [ 'installer_phase_initialize', + 'installer_phase_health', 'installer_phase_etcd', 'installer_phase_nfs', 'installer_phase_loadbalancer', @@ -90,6 +91,10 @@ class CallbackModule(CallbackBase): 'title': 'Initialization', 'playbook': '' }, + 'installer_phase_health': { + 'title': 'Health Check', + 'playbook': 'playbooks/byo/openshift-checks/pre-install.yml' + }, 'installer_phase_etcd': { 'title': 'etcd Install', 'playbook': 'playbooks/byo/openshift-etcd/config.yml' -- cgit v1.2.1