From 17d053cf9489f1bc8d817563246c1cddabc09b7e Mon Sep 17 00:00:00 2001 From: Ian Wienand Date: Thu, 8 Nov 2018 13:49:42 +1100 Subject: [PATCH] Pin docker for k8s test Docker 18.09 has released, but minikube currently fails with [ERROR SystemVerification]: unsupported docker version: 18.09.0 Although I'm sure this will be fixed quickly, pin to the prior release for the moment. Depends-On: https://review.openstack.org/616391 Change-Id: I4b7bd6a7ef016106808d95f37ba5caa2b4e0a9b3 --- playbooks/nodepool-functional-k8s/run.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/playbooks/nodepool-functional-k8s/run.yaml b/playbooks/nodepool-functional-k8s/run.yaml index 7b2d8083f..f06ce8e44 100644 --- a/playbooks/nodepool-functional-k8s/run.yaml +++ b/playbooks/nodepool-functional-k8s/run.yaml @@ -1,5 +1,6 @@ - hosts: all roles: - - install-kubernetes + - role: install-kubernetes + docker_version: 18.06.1~ce~3-0~ubuntu - role: tox tox_envlist: functional_kubernetes