Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions ansible/inventory/group_vars/all/zuul-operator-nodepool
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ zuul_operator_nodepool_yaml:
- name: rocky-9-tenks
- name: rocky-10
- name: rocky-10-arm64
- name: rocky-10-tenks
- name: ubuntu-focal
- name: ubuntu-jammy
- name: ubuntu-noble
Expand Down Expand Up @@ -37,6 +38,9 @@ zuul_operator_nodepool_yaml:
- name: rocky-10-arm64
image-name: "Rocky10-arm64"
username: "zuul"
- name: rocky-10-tenks
image-name: "Rocky10"
username: "zuul"
- name: ubuntu-focal
image-name: "Ubuntu-20.04"
username: "zuul"
Expand Down Expand Up @@ -244,6 +248,26 @@ zuul_operator_nodepool_yaml:
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
sudo: ALL=(ALL) NOPASSWD:ALL
volume-size: 100
- name: rocky-10-tenks
boot-from-volume: true
console-log: True
cloud-image: rocky-10-tenks
flavor-name: ci.v1.medium
key-name: zuul-ci
userdata: |-
#cloud-config
bootcmd:
- rm -f /run/nologin
- rm -f /etc/nologin
users:
- default
- name: zuul
groups: users,adm,sudo
shell: /bin/bash
lock_passwd: true
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
sudo: ALL=(ALL) NOPASSWD:ALL
volume-size: 100
- name: smslab-kubernetes
driver: kubernetes
pools:
Expand Down