Skip to content

Commit 01c65b9

Browse files
committed
Add arm64 and rocky-10 flavors
1 parent 340eeab commit 01c65b9

1 file changed

Lines changed: 72 additions & 0 deletions

File tree

ansible/inventory/group_vars/all/zuul-operator-nodepool

Lines changed: 72 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,24 @@ zuul_operator_nodepool_yaml:
114114
lock_passwd: true
115115
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
116116
sudo: ALL=(ALL) NOPASSWD:ALL
117+
- name: ubuntu-noble-arm64
118+
console-log: True
119+
cloud-image: ubuntu-noble-arm64
120+
flavor-name: general.v1.small
121+
key-name: zuul-ci
122+
userdata: |-
123+
#cloud-config
124+
bootcmd:
125+
- rm -f /run/nologin
126+
- rm -f /etc/nologin
127+
users:
128+
- default
129+
- name: zuul
130+
groups: users,adm,sudo
131+
shell: /bin/bash
132+
lock_passwd: true
133+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
134+
sudo: ALL=(ALL) NOPASSWD:ALL
117135
- name: rocky-9
118136
console-log: True
119137
cloud-image: rocky-9
@@ -132,6 +150,60 @@ zuul_operator_nodepool_yaml:
132150
lock_passwd: true
133151
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
134152
sudo: ALL=(ALL) NOPASSWD:ALL
153+
- name: rocky-9-arm64
154+
console-log: True
155+
cloud-image: rocky-9-arm64
156+
flavor-name: general.v1.small
157+
key-name: zuul-ci
158+
userdata: |-
159+
#cloud-config
160+
bootcmd:
161+
- rm -f /run/nologin
162+
- rm -f /etc/nologin
163+
users:
164+
- default
165+
- name: zuul
166+
groups: users,adm,sudo
167+
shell: /bin/bash
168+
lock_passwd: true
169+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
170+
sudo: ALL=(ALL) NOPASSWD:ALL
171+
- name: rocky-10
172+
console-log: True
173+
cloud-image: rocky-10
174+
flavor-name: general.v1.small
175+
key-name: zuul-ci
176+
userdata: |-
177+
#cloud-config
178+
bootcmd:
179+
- rm -f /run/nologin
180+
- rm -f /etc/nologin
181+
users:
182+
- default
183+
- name: zuul
184+
groups: users,adm,sudo
185+
shell: /bin/bash
186+
lock_passwd: true
187+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
188+
sudo: ALL=(ALL) NOPASSWD:ALL
189+
- name: rocky-10-arm64
190+
console-log: True
191+
cloud-image: rocky-10-arm64
192+
flavor-name: general.v1.small
193+
key-name: zuul-ci
194+
userdata: |-
195+
#cloud-config
196+
bootcmd:
197+
- rm -f /run/nologin
198+
- rm -f /etc/nologin
199+
users:
200+
- default
201+
- name: zuul
202+
groups: users,adm,sudo
203+
shell: /bin/bash
204+
lock_passwd: true
205+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
206+
sudo: ALL=(ALL) NOPASSWD:ALL
135207
- name: ubuntu-noble-tenks
136208
boot-from-volume: true
137209
console-log: True

0 commit comments

Comments
 (0)