Move k8s install to pre playbook

In the k8s integration job, run the install-kubernetes role in
the pre-playbook since it is not (generally) the thing under test.

Change-Id: Ib20cd12100f323f1eb262261394c4b180dc1f2cd
This commit is contained in:
James E. Blair 2018-11-13 16:37:32 +01:00
parent 447b97f218
commit fce2ffb502
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,8 @@
- hosts: all
roles:
- role: bindep
- role: install-kubernetes
docker_version: 18.06.1~ce~3-0~ubuntu
tasks:
- name: Ensure nodepool services directories

View File

@ -1,6 +1,4 @@
- hosts: all
roles:
- role: install-kubernetes
docker_version: 18.06.1~ce~3-0~ubuntu
- role: tox
tox_envlist: functional_kubernetes