summaryrefslogtreecommitdiffstats
path: root/roles/installer_checkpoint
Commit message (Collapse)AuthorAgeFilesLines
* Only automatically restart if cluster is in yellow or green stateEric Wolinetz2018-01-241-0/+4
|
* Install web console serverSamuel Padgett2018-01-051-0/+5
|
* Merge pull request #6154 from mtnbikenc/consolidate-openshift-loggingScott Dodson2017-12-051-1/+1
|\ | | | | Playbook Consolidation - openshift-logging
| * Playbook Consolidation - openshift-loggingRussell Teague2017-11-301-1/+1
| |
* | Fix glusterfs checkpoint infoRussell Teague2017-12-011-1/+1
|/
* Merge pull request #6221 from mtnbikenc/consolidate-openshift-service-catalogRussell Teague2017-11-221-1/+1
|\ | | | | Playbook Consolidation - openshift-service-catalog
| * Playbook Consolidation - openshift-service-catalogRussell Teague2017-11-221-1/+1
| |
* | Merge pull request #6220 from mtnbikenc/consolidate-openshift-managementScott Dodson2017-11-221-1/+1
|\ \ | |/ |/| Playbook Consolidation - openshift-management
| * Playbook Consolidation - openshift-managementRussell Teague2017-11-221-1/+1
| |
* | Merge pull request #6151 from mtnbikenc/consolidate-openshift-masterRussell Teague2017-11-222-3/+3
|\ \ | | | | | | Playbook Consolidation - openshift-master
| * | Playbook Consolidation - openshift-masterRussell Teague2017-11-222-3/+3
| | |
* | | Merge pull request #6217 from mtnbikenc/consolidate-openshift-hostedRussell Teague2017-11-221-2/+2
|\ \ \ | |_|/ |/| | Playbook Consolidation - openshift-hosted
| * | Playbook Consolidation - openshift-hostedRussell Teague2017-11-221-2/+2
| | |
* | | Merge pull request #6152 from mtnbikenc/consolidate-openshift-metricsRussell Teague2017-11-221-1/+1
|\ \ \ | |_|/ |/| | Playbook Consolidation - openshift-metrics
| * | Playbook Consolidation - openshift-metricsRussell Teague2017-11-161-1/+1
| | |
* | | Merge pull request #6146 from mtnbikenc/consolidate-openshift-loadbalancerRussell Teague2017-11-221-1/+1
|\ \ \ | |_|/ |/| | Playbook Consolidation - openshift-loadbalancer
| * | Playbook Consolidation - openshift-loadbalancerRussell Teague2017-11-161-1/+1
| |/
* | Playbook Consolidation - openshift-nodeRussell Teague2017-11-211-1/+1
| |
* | Merge pull request #6145 from mtnbikenc/consolidate-openshift-etcdScott Dodson2017-11-212-2/+2
|\ \ | | | | | | Playbook Consolidation - openshift-etcd
| * | Playbook Consolidation - openshift-etcdRussell Teague2017-11-162-2/+2
| |/
* | Merge pull request #6148 from mtnbikenc/consolidate-openshift-nfsScott Dodson2017-11-212-2/+2
|\ \ | | | | | | Playbook Consolidation - openshift-nfs
| * | Playbook Consolidation - openshift-nfsRussell Teague2017-11-162-2/+2
| |/
* | Playbook Consolidation - openshift-checksRussell Teague2017-11-161-1/+1
|/
* Playbook Consolidation - InitializationRussell Teague2017-11-151-3/+3
|
* Add execution times to checkpoint statusRussell Teague2017-10-312-85/+41
|
* 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