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
This commit is contained in:
Ian Wienand 2018-11-08 13:49:42 +11:00
parent e0ebaa9799
commit 17d053cf94
1 changed files with 2 additions and 1 deletions

View File

@ -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