summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/docker
Commit message (Collapse)AuthorAgeFilesLines
* Refactor to use Ansible package moduleRussell Teague2016-11-171-1/+1
| | | | | The Ansible package module will call the correct package manager for the underlying OS.
* 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
|
* Merge pull request #2295 from dgoodwin/override-docker-upgradeScott Dodson2016-09-151-1/+1
|\ | | | | Allow overriding the Docker 1.10 requirement for upgrade.
| * 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.
* | Reload docker facts after upgrading dockerScott Dodson2016-08-301-0/+4
|/
* Improvements for Docker 1.10+ upgrade image nuking.Devan Goodwin2016-08-111-0/+14
| | | | | | | | | | | | | | | | In a parallel step prior to real upgrade tasks, clear out all unused Docker images on all hosts. This should be relatively safe to interrupt as no real upgrade steps have taken place. Once into actual upgrade, we again clear all images only this time with force, and after stopping and removing all containers. Both rmi commands use a new and hopefully less error prone command to do the removal, this should avoid missed orphans as we were hitting before. Added some logging around the current image count before and after this step, most of them are only printed if we're crossing the 1.10 boundary but one does not, just for additional information in your ansible log.
* Shutdown Docker before upgrading the rpm.Devan Goodwin2016-08-101-0/+4
| | | | | This avoids the automatic image migration in 1.10, which can take a very long time and potentially cause rpm db corruption.
* Fixes for non-containerized separate etcd hosts.Devan Goodwin2016-06-281-1/+1
|
* More docker upgrade fixes.Devan Goodwin2016-06-272-21/+16
|
* Only nuke images when crossing the Docker 1.10 boundary in upgrade.Devan Goodwin2016-06-272-23/+21
|
* 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-232-0/+89
We now handle the two pieces of upgrade that require a node evac in the same play. (docker, and node itself)