From 7050eb216daafa0b39708808009562d4f438735c Mon Sep 17 00:00:00 2001 From: Alex Welsh Date: Fri, 15 May 2026 10:29:11 +0100 Subject: [PATCH] Add RL10 tenks nodes to nodepool For running tenks jobs on RL10. Normal RL10 type doesn't have enough root disk --- .../group_vars/all/zuul-operator-nodepool | 24 +++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/ansible/inventory/group_vars/all/zuul-operator-nodepool b/ansible/inventory/group_vars/all/zuul-operator-nodepool index 426d127..5e540f6 100644 --- a/ansible/inventory/group_vars/all/zuul-operator-nodepool +++ b/ansible/inventory/group_vars/all/zuul-operator-nodepool @@ -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 @@ -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" @@ -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: