Skip to content

Commit 0ecb1d9

Browse files
committed
Add missing label for ubuntu-focal
1 parent e5af991 commit 0ecb1d9

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

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

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,24 @@ zuul_operator_nodepool_yaml:
5959
security-groups:
6060
- "nodepool"
6161
labels:
62+
- name: ubuntu-focal
63+
console-log: True
64+
cloud-image: ubuntu-focal
65+
flavor-name: general.v1.small
66+
key-name: zuul-ci
67+
userdata: |-
68+
#cloud-config
69+
bootcmd:
70+
- rm -f /run/nologin
71+
- rm -f /etc/nologin
72+
users:
73+
- default
74+
- name: zuul
75+
groups: users,adm,sudo
76+
shell: /bin/bash
77+
lock_passwd: true
78+
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
79+
sudo: ALL=(ALL) NOPASSWD:ALL
6280
- name: ubuntu-jammy
6381
console-log: True
6482
cloud-image: ubuntu-jammy

0 commit comments

Comments
 (0)