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:
5
5
- name: rocky-9
6
6
- name: ubuntu-noble-tenks
7
7
- name: rocky-9-tenks
8
+ - name: kubernetes-runner-pod-jammy
8
9
9
10
providers:
10
11
- name: smslab-openstack
@@ -134,3 +135,18 @@ zuul_operator_nodepool_yaml:
134
135
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
135
136
sudo: ALL=(ALL) NOPASSWD:ALL
136
137
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