summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint/callback_plugins
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5742 from mtnbikenc/refactor-checksScott Dodson2017-10-271-0/+5
|\ | | | | 1504593 Refactor health check playbooks
| * Refactor health check playbooksRussell Teague2017-10-121-0/+5
| | | | | | | | | | | | - Standardize play/tasks naming - Move install checks to separate playbook with checkpointing - Correct 'docker_storage' tags
* | Merge pull request #5874 from mtnbikenc/fix-5675Scott Dodson2017-10-271-5/+0
|\ \ | | | | | | Remove 'Not Started' status from playbook checkpoint
| * | Remove 'Not Started' status from playbook checkpointRussell Teague2017-10-251-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | Playbook status should only be reported for phases that have completed or which have been started. Reporting 'Not Started' could be confusing when running playbooks that do not have an 'installer phase'. Fixes #5675
* | | Add installer checkpoint for prometheusZohar Galor2017-10-191-0/+7
|/ / | | | | | | Add checkpoint steps for full cluster install and individual entry point playbook.
* / Refactor openshift-management entry pointRussell Teague2017-10-121-1/+1
|/
* Rename openshift_cfme role to openshift_managementTim Bielawa2017-10-061-0/+5
|
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-271-0/+182
- Added installer_checkpoint role and callback plugin - Added checkpoint 'Start' and 'End' plays to each installation phase Additional items related to enabling proper checkpointing: - Removed openshift_set_hostname and related task (related to 3.0) - Added openshift-hosted entry point playbook - Moved openshift metrics and logging out of openshift_hosted playbook - Moved API Aggregation play to master install