summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/docker/upgrade_check.yml
Commit message (Collapse)AuthorAgeFilesLines
* YAML LintingRussell Teague2016-12-121-2/+1
| | | | | * Added checks to make ci for yaml linting * Modified y(a)ml files to pass lint checks
* Silence warnings when using rpm directlyDag Wieers2016-12-081-0/+2
|
* Fix typosRodolfo Carvalho2016-10-191-1/+1
|
* upgrade: Don't check avail docker version if not already installed.Devan Goodwin2016-10-141-2/+4
|
* Use pre_upgrade tag instread of a dry run variable.Devan Goodwin2016-09-291-1/+1
|
* Allow overriding the Docker 1.10 requirement for upgrade.Devan Goodwin2016-08-151-1/+1
| | | | Respect an explicit docker_version, and the use of docker_upgrade=False.
* Fixes for non-containerized separate etcd hosts.Devan Goodwin2016-06-281-1/+1
|
* More docker upgrade fixes.Devan Goodwin2016-06-271-16/+12
|
* Only nuke images when crossing the Docker 1.10 boundary in upgrade.Devan Goodwin2016-06-271-6/+11
|
* Allow skipping Docker upgrade during OpenShift upgrade.Devan Goodwin2016-06-241-0/+13
|
* Refactor 3.2 upgrade to avoid killing nodes without evac.Devan Goodwin2016-06-231-0/+37
We now handle the two pieces of upgrade that require a node evac in the same play. (docker, and node itself)