Check nested virt node
Change-Id: I935d14768afb98d06ee8c74ee167569e8a1e491a
This commit is contained in:
parent
acd9023cfa
commit
0e8a48b5cb
@ -1,4 +1,4 @@
|
||||
- hosts: ubuntu-bionic
|
||||
- hosts: primary
|
||||
tasks:
|
||||
- name: Run ensure-docker
|
||||
include_role:
|
||||
|
@ -54,7 +54,7 @@ sudo -E minikube start \
|
||||
--interactive=false \
|
||||
--driver=none \
|
||||
--wait=apiserver,system_pods,node_ready \
|
||||
--wait-timeout=6m0s \
|
||||
--wait-timeout=15m0s \
|
||||
--network-plugin=cni \
|
||||
--cni=${CNI_MANIFEST_PATH} \
|
||||
--extra-config=kube-proxy.mode=ipvs \
|
||||
|
@ -23,6 +23,7 @@
|
||||
|
||||
- job:
|
||||
name: airship-deploy-vino
|
||||
nodeset: ubuntu-focal-nested
|
||||
run: playbooks/integration-test.yaml
|
||||
post-run: playbooks/vino-collect-logs.yaml
|
||||
description: Deploys kubernetes and vino
|
||||
|
5
zuul.d/nodesets.yaml
Normal file
5
zuul.d/nodesets.yaml
Normal file
@ -0,0 +1,5 @@
|
||||
- nodeset:
|
||||
name: ubuntu-focal-nested
|
||||
nodes:
|
||||
- name: primary
|
||||
label: nested-virt-ubuntu-focal
|
Loading…
x
Reference in New Issue
Block a user