summaryrefslogtreecommitdiffstats
path: root/playbooks/byo
diff options
context:
space:
mode:
authorDevan Goodwin <dgoodwin@redhat.com>2016-11-10 15:20:52 -0400
committerDevan Goodwin <dgoodwin@redhat.com>2016-11-10 15:20:52 -0400
commit74fb19c6c6089affeb71a4957032abe961e77bc4 (patch)
tree6af832d3620df9265684d753a04bab4da8ffcf07 /playbooks/byo
parenta052d498950f473f2b854de25468aca516c4447d (diff)
downloadopenshift-74fb19c6c6089affeb71a4957032abe961e77bc4.tar.gz
openshift-74fb19c6c6089affeb71a4957032abe961e77bc4.tar.bz2
openshift-74fb19c6c6089affeb71a4957032abe961e77bc4.tar.xz
openshift-74fb19c6c6089affeb71a4957032abe961e77bc4.zip
Begin requiring Docker 1.12.
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.
Diffstat (limited to 'playbooks/byo')
-rw-r--r--playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml b/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
index a3ab78ccf..47a161d47 100644
--- a/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
+++ b/playbooks/byo/openshift-cluster/upgrades/docker/upgrade.yml
@@ -1,6 +1,4 @@
# Playbook to upgrade Docker to the max allowable version for an OpenShift cluster.
-#
-# Currently only supports upgrading 1.9.x to >= 1.10.x.
- hosts: localhost
connection: local
become: no