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:
parent
447b97f218
commit
fce2ffb502
@ -1,6 +1,8 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: bindep
|
- role: bindep
|
||||||
|
- role: install-kubernetes
|
||||||
|
docker_version: 18.06.1~ce~3-0~ubuntu
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- name: Ensure nodepool services directories
|
- name: Ensure nodepool services directories
|
||||||
|
@ -1,6 +1,4 @@
|
|||||||
- hosts: all
|
- hosts: all
|
||||||
roles:
|
roles:
|
||||||
- role: install-kubernetes
|
|
||||||
docker_version: 18.06.1~ce~3-0~ubuntu
|
|
||||||
- role: tox
|
- role: tox
|
||||||
tox_envlist: functional_kubernetes
|
tox_envlist: functional_kubernetes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user