summaryrefslogtreecommitdiffstats
path: root/playbooks/common/openshift-cluster/upgrades/docker/upgrade_check.yml
Commit message (Collapse)AuthorAgeFilesLines
* Refactor upgrade codepaths step 1Michael Gugino2017-12-121-57/+0
| | | | | | | | | | | | | | | | This commit refactors some upgrade code paths. Touched areas are: 1) Reduces usage of 'oo_all_hosts' in various places, especially when running upgrade_control_plane. 2) Reuses common code across the various upgrade* playbooks. 3) Moves docker upgrade checks into container_runtime_role. 4) Combines smaller playbooks and plays to reduce file sprawl.
* With dnf repoquery and excluded packages, --disableexcludes=all is needed to ↵Jan Pazdziora2017-11-221-1/+1
| | | | list the package with --installed.
* more retries on repoquery_cmdLuke Meyer2017-09-191-0/+4
|
* Merge pull request #2786 from dgoodwin/docker-1.12Scott Dodson2017-01-171-3/+3
|\ | | | | Begin requiring Docker 1.12.
| * Begin requiring Docker 1.12.Devan Goodwin2016-11-101-4/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | 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)