Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Playbook Consolidation - openshift-master | Russell Teague | 2017-11-22 | 1 | -19/+0 |
| | |||||
* | Correct include path to not follow symlink | Russell Teague | 2017-09-08 | 1 | -1/+1 |
| | |||||
* | Remove unnecessary folder refs | Russell Teague | 2017-04-10 | 1 | -3/+3 |
| | |||||
* | Restructure certificate redeploy playbooks | Andrew Butcher | 2017-02-02 | 1 | -0/+19 |
| | |||||
* | Perform master upgrades in a single play serially. | Devan Goodwin | 2017-01-18 | 1 | -11/+0 |
| | |||||
* | Validate system restart policy during pre-upgrade. | Devan Goodwin | 2017-01-18 | 1 | -67/+0 |
| | | | | | | | | | | This was done far into the process potentially leaving the user in a difficult situation if they had now considered they were running the upgrade playbook on a host that would be restarted. Instead check configuration and what host we're running on in pre-upgrade and allow the user to abort before making any substantial changes. This is a step towards merging master upgrade into one serial process. | ||||
* | YAML Linting | Russell Teague | 2016-12-12 | 1 | -7/+6 |
| | | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks | ||||
* | Drop pacemaker restart logic. | Devan Goodwin | 2016-10-19 | 1 | -73/+1 |
| | | | | | Pacemaker clusters are no longer supported, and in some cases bugs here were causing upgrade failures. | ||||
* | Replace deprecated sudo with become. | Andrew Butcher | 2016-04-25 | 1 | -2/+2 |
| | |||||
* | Fail when master restart playbook finds no active masters rather than any ↵ | Andrew Butcher | 2016-01-22 | 1 | -7/+7 |
| | | | | failed masters. | ||||
* | Improve pacemaker 'is-active' check. | Andrew Butcher | 2016-01-18 | 1 | -1/+9 |
| | |||||
* | Add 'unknown' to possible output for the is-active check. | Andrew Butcher | 2016-01-18 | 1 | -1/+1 |
| | |||||
* | Fix cluster_method conditional in master restart playbook. | Andrew Butcher | 2016-01-18 | 1 | -2/+2 |
| | |||||
* | Call attention to openshift_master_rolling_restart_mode variable in restart ↵ | Andrew Butcher | 2016-01-15 | 1 | -2/+4 |
| | | | | prompt. | ||||
* | Validate pacemaker cluster members. | Andrew Butcher | 2016-01-12 | 1 | -0/+13 |
| | |||||
* | Update rolling restart playbook for pacemaker support. | Andrew Butcher | 2016-01-11 | 1 | -0/+128 |
Replace fail with a warn and prompt if running ansible from a host that will be rebooted. Re-organize playbooks. |