summaryrefslogtreecommitdiff
path: root/roles/installer_checkpoint
AgeCommit message (Collapse)Author
2018-01-24Only automatically restart if cluster is in yellow or green stateEric Wolinetz
2018-01-05Install web console serverSamuel Padgett
2017-12-05Merge pull request #6154 from mtnbikenc/consolidate-openshift-loggingScott Dodson
Playbook Consolidation - openshift-logging
2017-12-01Fix glusterfs checkpoint infoRussell Teague
2017-11-30Playbook Consolidation - openshift-loggingRussell Teague
2017-11-22Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague
Playbook Consolidation - openshift-service-catalog
2017-11-22Merge pull request #6220 from mtnbikenc/consolidate-openshift-managementScott Dodson
Playbook Consolidation - openshift-management
2017-11-22Playbook Consolidation - openshift-service-catalogRussell Teague
2017-11-22Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague
Playbook Consolidation - openshift-master
2017-11-22Merge pull request #6217 from mtnbikenc/consolidate-openshift-hostedRussell Teague
Playbook Consolidation - openshift-hosted
2017-11-22Playbook Consolidation - openshift-managementRussell Teague
2017-11-22Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague
Playbook Consolidation - openshift-metrics
2017-11-22Playbook Consolidation - openshift-masterRussell Teague
2017-11-22Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague
Playbook Consolidation - openshift-loadbalancer
2017-11-22Playbook Consolidation - openshift-hostedRussell Teague
2017-11-21Playbook Consolidation - openshift-nodeRussell Teague
2017-11-21Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson
Playbook Consolidation - openshift-etcd
2017-11-21Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson
Playbook Consolidation - openshift-nfs
2017-11-16Playbook Consolidation - openshift-metricsRussell Teague
2017-11-16Playbook Consolidation - openshift-nfsRussell Teague
2017-11-16Playbook Consolidation - openshift-loadbalancerRussell Teague
2017-11-16Playbook Consolidation - openshift-etcdRussell Teague
2017-11-16Playbook Consolidation - openshift-checksRussell Teague
2017-11-15Playbook Consolidation - InitializationRussell Teague
2017-10-31Add execution times to checkpoint statusRussell Teague
2017-10-27Merge pull request #5742 from mtnbikenc/refactor-checksScott Dodson
1504593 Refactor health check playbooks
2017-10-27Merge pull request #5874 from mtnbikenc/fix-5675Scott Dodson
Remove 'Not Started' status from playbook checkpoint
2017-10-25Remove 'Not Started' status from playbook checkpointRussell Teague
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
2017-10-19Add installer checkpoint for prometheusZohar Galor
Add checkpoint steps for full cluster install and individual entry point playbook.
2017-10-12Refactor health check playbooksRussell Teague
- Standardize play/tasks naming - Move install checks to separate playbook with checkpointing - Correct 'docker_storage' tags
2017-10-12Refactor openshift-management entry pointRussell Teague
2017-10-10Merge pull request #5659 from mtnbikenc/fix-checkpointingOpenShift Merge Robot
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.
2017-10-06Rename openshift_cfme role to openshift_managementTim Bielawa
2017-10-04Allow checkpoint status to work across all groupsRussell Teague
2017-09-27OpenShift-Ansible Installer CheckpointingRussell Teague
- 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