@@ -3,8 +3,8 @@ zuul_operator_nodepool_yaml:
33 - name: ubuntu-jammy
44 - name: ubuntu-noble
55 - name: rocky-9
6- - name: ubuntu-noble-aufn
7- - name: rocky-9-aufn
6+ - name: ubuntu-noble-tenks
7+ - name: rocky-9-tenks
88
99 providers:
1010 - name: smslab-openstack
@@ -25,10 +25,10 @@ zuul_operator_nodepool_yaml:
2525 - name: rocky-9
2626 image-name: "Rocky9"
2727 username: "zuul"
28- - name: ubuntu-noble-aufn
28+ - name: ubuntu-noble-tenks
2929 image-name: "Ubuntu-24.04"
3030 username: "zuul"
31- - name: rocky-9-aufn
31+ - name: rocky-9-tenks
3232 image-name: "Rocky9"
3333 username: "zuul"
3434 pools:
@@ -94,9 +94,10 @@ zuul_operator_nodepool_yaml:
9494 lock_passwd: true
9595 ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
9696 sudo: ALL=(ALL) NOPASSWD:ALL
97- - name: ubuntu-noble-aufn
97+ - name: ubuntu-noble-tenks
98+ boot-from-volume: true
9899 console-log: True
99- cloud-image: ubuntu-noble-aufn
100+ cloud-image: ubuntu-noble-tenks
100101 flavor-name: general.v1.medium
101102 key-name: zuul-ci
102103 userdata: |-
@@ -112,9 +113,11 @@ zuul_operator_nodepool_yaml:
112113 lock_passwd: true
113114 ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
114115 sudo: ALL=(ALL) NOPASSWD:ALL
115- - name: rocky-9-aufn
116+ volume-size: 100
117+ - name: rocky-9-tenks
118+ boot-from-volume: true
116119 console-log: True
117- cloud-image: rocky-9-aufn
120+ cloud-image: rocky-9-tenks
118121 flavor-name: general.v1.medium
119122 key-name: zuul-ci
120123 userdata: |-
@@ -130,3 +133,4 @@ zuul_operator_nodepool_yaml:
130133 lock_passwd: true
131134 ssh_authorized_keys: {{ zuul_operator_nodepool_ssh_authorized_keys }}
132135 sudo: ALL=(ALL) NOPASSWD:ALL
136+ volume-size: 100
0 commit comments