summaryrefslogtreecommitdiffstats
path: root/playbooks/byo/openshift-cluster/upgrades/v3_3/upgrade_control_plane.yml
Commit message (Collapse)AuthorAgeFilesLines
* YAML LintingRussell Teague2016-12-121-1/+0
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Fix and reorder control plane service restart.Devan Goodwin2016-10-211-0/+1
| | | | | | | | | This was missed in the standalone upgrade control plane playbook. However it also looks to be out of order, we should restart before reconciling and upgrading nodes. As such moved the restart directly into the control plane upgrade common code, and placed it before reconciliation.
* Use pre_upgrade tag instread of a dry run variable.Devan Goodwin2016-09-291-6/+21
|
* Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-291-2/+0
|
* Skip the docker role in early upgrade stages.Devan Goodwin2016-09-291-4/+6
| | | | | | | | This improves the situation further and prevents configuration changes from accidentally triggering docker restarts, before we've evacuated nodes. Now in two places, we skip the role entirely, instead of previous implementation which only skipped upgrading the installed version. (which did not catch config issues)
* Allow filtering nodes to upgrade by label.Devan Goodwin2016-09-291-2/+1
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-291-0/+86