summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/pre
Commit message (Collapse)AuthorAgeFilesLines
...
* don't assume openshift_upgrade_target is in a form d.dJan Chaloupka2017-03-151-2/+6
|
* validate excluders on non-atomic hosts onlyJan Chaloupka2017-03-131-13/+16
|
* - update excluders to latest, in non-upgrade scenarios do not updateJan Chaloupka2017-03-071-0/+22
| | | | | | - check both available excluder versions are at most of upgrade target version - get excluder status through status command - make excluders enablement configurable
* Cleaning repo cache earlierRussell Teague2017-01-191-4/+0
|
* Begin requiring Docker 1.12.Devan Goodwin2016-11-101-2/+2
| | | | | | | | | | | | | Building off the work done for Docker 1.10, we now require Docker 1.12 by default. The upgrade process was already set to ensure you are running the latest docker during upgrade, and the standalone docker upgrade playbook can also be used if desired. As before, you can override this Docker 1.12 requirement by setting a docker_version=1.10.3 (or similar), and you can skip the default to upgrade docker by setting docker_upgrade=False.
* Move etcd backup from pre-upgrade to upgrade itself.Devan Goodwin2016-09-291-87/+0
|
* Allow filtering nodes to upgrade by label.Devan Goodwin2016-09-293-3/+3
|
* Split upgrade for control plane/nodes.Devan Goodwin2016-09-293-7/+2
|
* Verify masters are upgraded before proceeding with node only upgrade.Devan Goodwin2016-09-281-3/+0
|
* Attempt to tease apart pre upgrade for masters/nodes.Devan Goodwin2016-09-287-0/+251