summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
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
|/
* Merge pull request #5659 from mtnbikenc/fix-checkpointingOpenShift Merge Robot2017-10-101-2/+1
|\ | | | | | | | | | | | | Automatic merge from submit-queue. Allow checkpoint status to work across all groups Conditionals placed in inventories were not being applied to localhost causing the checkpoint status to not be updated properly. Moving to the `oo_all_hosts` group will correctly pick up the conditional and apply regardless of which group (or host) may have that conditional set.
| * Allow checkpoint status to work across all groupsRussell Teague2017-10-041-2/+1
| |
* | Rename openshift_cfme role to openshift_managementTim Bielawa2017-10-061-0/+5
|/
* OpenShift-Ansible Installer CheckpointingRussell Teague2017-09-272-0/+359
- 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