File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
ansible/inventory/group_vars/all Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,7 @@ zuul_operator_nodepool_yaml:
55 - name: rocky-9
66 - name: ubuntu-noble-tenks
77 - name: rocky-9-tenks
8+ - name: kubernetes-runner-pod-jammy
89
910 providers:
1011 - name: smslab-openstack
@@ -134,3 +135,18 @@ zuul_operator_nodepool_yaml:
134135 ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
135136 sudo: ALL=(ALL) NOPASSWD:ALL
136137 volume-size: 100
138+ - name: smslab-kubernetes
139+ driver: kubernetes
140+ pools:
141+ - name: main
142+ max-servers: 10
143+ labels:
144+ - name: kubernetes-runner-pod-jammy
145+ type: pod
146+ spec:
147+ containers:
148+ - name: runner-ubuntu-jammy
149+ image: ubuntu:jammy
150+ imagePullPolicy: IfNotPresent
151+ command: ["/bin/sh", "-c"]
152+ args: ["sleep infinity"]
You can’t perform that action at this time.
0 commit comments