summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_4/upgrade_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* initialize oo_nodes_to_upgrade group when running control plane upgrade onlyJan Chaloupka2017-02-161-0/+3
|
* Move excluder disablement into control plane and node upgrade playbooksScott Dodson2017-02-061-0/+4
| | | | | So that excluder is disabled and reset within the scope of each of those in addition to the overall playbook
* Adding names to plays and standardizingRussell Teague2017-01-271-2/+2
|
* Merge pull request #3093 from mtnbikenc/upgrade-fixScott Dodson2017-01-191-0/+2
|\ | | | | Correct consistency between upgrade playbooks
| * Correct consistency between upgrade playbooksRussell Teague2017-01-131-0/+2
| |
* | Validate system restart policy during pre-upgrade.Devan Goodwin2017-01-181-0/+4
|/ | | | | | | | | | 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.
* Add support for 3.4 upgrade.Devan Goodwin2016-10-251-0/+98
This is a direct copy of 3.3 upgrade playbooks, with 3.3 specific hooks removed and version numbers adjusted appropriately.