@@ -3,8 +3,8 @@ zuul_operator_nodepool_yaml:
3
3
- name: ubuntu-jammy
4
4
- name: ubuntu-noble
5
5
- name: rocky-9
6
- - name: ubuntu-noble-aufn
7
- - name: rocky-9-aufn
6
+ - name: ubuntu-noble-tenks
7
+ - name: rocky-9-tenks
8
8
9
9
providers:
10
10
- name: smslab-openstack
@@ -25,10 +25,10 @@ zuul_operator_nodepool_yaml:
25
25
- name: rocky-9
26
26
image-name: "Rocky9"
27
27
username: "zuul"
28
- - name: ubuntu-noble-aufn
28
+ - name: ubuntu-noble-tenks
29
29
image-name: "Ubuntu-24.04"
30
30
username: "zuul"
31
- - name: rocky-9-aufn
31
+ - name: rocky-9-tenks
32
32
image-name: "Rocky9"
33
33
username: "zuul"
34
34
pools:
@@ -94,9 +94,10 @@ zuul_operator_nodepool_yaml:
94
94
lock_passwd: true
95
95
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
96
96
sudo: ALL=(ALL) NOPASSWD:ALL
97
- - name: ubuntu-noble-aufn
97
+ - name: ubuntu-noble-tenks
98
+ boot-from-volume: true
98
99
console-log: True
99
- cloud-image: ubuntu-noble-aufn
100
+ cloud-image: ubuntu-noble-tenks
100
101
flavor-name: general.v1.medium
101
102
key-name: zuul-ci
102
103
userdata: |-
@@ -112,9 +113,11 @@ zuul_operator_nodepool_yaml:
112
113
lock_passwd: true
113
114
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
114
115
sudo: ALL=(ALL) NOPASSWD:ALL
115
- - name: rocky-9-aufn
116
+ volume-size: 100
117
+ - name: rocky-9-tenks
118
+ boot-from-volume: true
116
119
console-log: True
117
- cloud-image: rocky-9-aufn
120
+ cloud-image: rocky-9-tenks
118
121
flavor-name: general.v1.medium
119
122
key-name: zuul-ci
120
123
userdata: |-
@@ -130,3 +133,4 @@ zuul_operator_nodepool_yaml:
130
133
lock_passwd: true
131
134
ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
132
135
sudo: ALL=(ALL) NOPASSWD:ALL
136
+ volume-size: 100
0 commit comments