summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
Commit message (Collapse)AuthorAgeFilesLines
* 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